Skip to content

Commit 19a4ab8

Browse files
committed
【fix】 删除图层列表例子中属性表的背景色的设置; review by luoxiao
1 parent 3b48b7a commit 19a4ab8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/component/components_layerList_vue.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@
3535
position: 'bottom',
3636
style: {
3737
width: '100%',
38-
height: '40%',
39-
background: 'rgba(255, 255, 255, 0.3)'
38+
height: '40%'
4039
},
4140
associateWithMap: {
4241
enabled: true,

0 commit comments

Comments
 (0)