Sfoglia il codice sorgente

feat:修改loading遮罩层颜色

AmandaG 1 anno fa
parent
commit
9493b0b371

+ 1 - 1
src/views/Dashboard/src/components/BarChart.vue

@@ -226,7 +226,7 @@ const initChart = () => {
     text: 'Loading',
     color: '#ed6d00',
     textColor: '#ed6d00',
-    maskColor: 'rgba(0,0,0,0.1)',
+    maskColor: 'rgb(43, 47, 54,0.7)',
     zlevel: 0
   })
   if (bar_loading.value) {

+ 1 - 1
src/views/Dashboard/src/components/PieChart.vue

@@ -193,7 +193,7 @@ const initChart = () => {
     text: 'Loading',
     color: '#ed6d00',
     textColor: '#ed6d00',
-    maskColor: 'rgba(0,0,0,0.1)',
+    maskColor: 'rgb(43, 47, 54,0.7)',
     zlevel: 0
   })
   if (pie_loading.value) {

+ 1 - 1
src/views/Dashboard/src/components/SellerChart.vue

@@ -197,7 +197,7 @@ const initChart = () => {
     text: 'Loading',
     color: '#ed6d00',
     textColor: '#ed6d00',
-    maskColor: 'rgba(0,0,0,0.1)',
+    maskColor: 'rgb(43, 47, 54,0.7)',
     zlevel: 0
   })
   if (seller_loading.value) {