update:大屏调整

This commit is contained in:
zk
2024-01-22 15:49:00 +08:00
parent 84dfa935ea
commit 5cf32ce40e
16 changed files with 298 additions and 138 deletions
+5 -5
View File
@@ -9,16 +9,16 @@
</div>
<div class="body-d">
<div class="body-d-left">
<one-l :key="refreshState" />
<two-l :key="refreshState" />
<three-l :key="refreshState" />
<one-l :refreshState="refreshState" />
<two-l :refreshState="refreshState" />
<three-l :refreshState="refreshState" />
</div>
<div class="body-d-middle">
<china-map />
</div>
<div class="body-d-right">
<one-r :key="refreshState" />
<two-r :key="refreshState" />
<one-r :refreshState="refreshState" />
<two-r :refreshState="refreshState" />
<three-r :key="refreshState" />
</div>
</div>