@@ -386,7 +386,7 @@
type: 'category',
axisLabel: {
interval: 0,
- width: baseDataZoom.length ? undefined : 800 / get(baseSeries, '[0].data.length', 1),
+ width: baseDataZoom.length ? 100 : 800 / get(baseSeries, '[0].data.length', 1),
overflow: 'break',
},
};
@@ -142,6 +142,11 @@
clearInterval(interval);
});
</script>
+<style>
+ #__qiankun_microapp_wrapper_for_micro_vent_3_d_modal__ #app {
+ background-color: #00000088;
+ }
+</style>
<style lang="less" scoped>
@import '/@/design/theme.less';