Sign in
简柏林
/
thingskit-view
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
600743173f8d64baa241e066151d443f511acf8f
Authored by
fengwotao
2023-09-12 19:49:25 +0800
1 parent
03612b26
feat(src/packages): 图表地图 修改加载中样式
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/packages/components/external/Charts/Maps/OverrideMapBase/index.vue
src/packages/components/external/Charts/Maps/OverrideMapBase/index.vue
View file @
6007431
...
...
@@ -7,6 +7,7 @@
7
7
:option="option.value"
8
8
:manual-update="isPreview()"
9
9
:loading="loading"
10
+
:loadingOptions="{ maskColor: '#18181C', text: '加载中', textColor: 'white' }"
10
11
autoresize
11
12
>
12
13
</v-chart>
...
...