v1.0.2发布,支持视频分析结果查看
This commit is contained in:
@@ -5,8 +5,8 @@ interface Props {
|
||||
}
|
||||
|
||||
withDefaults(defineProps<Props>(), {
|
||||
height: '300px',
|
||||
width: '100%',
|
||||
height: '100%',
|
||||
width: '98%',
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
@@ -36,7 +36,6 @@ function useEcharts(chartRef: Ref<EchartsUIType>) {
|
||||
if (!isDark.value) {
|
||||
return {};
|
||||
}
|
||||
|
||||
return {
|
||||
backgroundColor: 'transparent',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user