Parcourir la source

[Style 0000] 三元首页样式修改

houzekong il y a 1 mois
Parent
commit
68b3148e73

+ 1 - 1
src/views/vent/home/configurable/components/detail/CustomChart.vue

@@ -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',
             },
           };

+ 5 - 0
src/views/vent/home/configurable/ventSY.vue

@@ -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';