forked from github/dataease
Merge pull request #3902 from dataease/pr@dev@style_map_layer_controller
style(地图): 跳转后切换指标窗口样式优化
This commit is contained in:
commit
087180eb75
@ -13,7 +13,10 @@
|
|||||||
style="margin-left: 4px;cursor: pointer;font-size: 14px;"
|
style="margin-left: 4px;cursor: pointer;font-size: 14px;"
|
||||||
/>
|
/>
|
||||||
<div>
|
<div>
|
||||||
<ul class="de-ul">
|
<ul
|
||||||
|
class="de-ul"
|
||||||
|
style="padding: 0px !important;"
|
||||||
|
>
|
||||||
<li
|
<li
|
||||||
v-for="(node, i) in layerOption"
|
v-for="(node, i) in layerOption"
|
||||||
:key="node.id"
|
:key="node.id"
|
||||||
|
Loading…
Reference in New Issue
Block a user