Commit 600743173f8d64baa241e066151d443f511acf8f

Authored by fengwotao
1 parent 03612b26

feat(src/packages): 图表地图 修改加载中样式

@@ -7,6 +7,7 @@ @@ -7,6 +7,7 @@
7 :option="option.value" 7 :option="option.value"
8 :manual-update="isPreview()" 8 :manual-update="isPreview()"
9 :loading="loading" 9 :loading="loading"
  10 + :loadingOptions="{ maskColor: '#18181C', text: '加载中', textColor: 'white' }"
10 autoresize 11 autoresize
11 > 12 >
12 </v-chart> 13 </v-chart>