mirror of https://gitee.com/antv-l7/antv-l7
fix(component): fix layer control css
This commit is contained in:
parent
89e5408e29
commit
6d88f5a4c7
|
@ -457,11 +457,11 @@
|
|||
display: block;
|
||||
padding: 8px;
|
||||
}
|
||||
.l7-control-layers label input[type="radio"], input[type="checkbox"]{
|
||||
.l7-control-layers label input[type="radio"],
|
||||
.l7-control-layers label input[type="checkbox"] {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
margin: 0;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.l7-control-layers-separator {
|
||||
height: 0;
|
||||
|
|
Loading…
Reference in New Issue