修复BUG:iOS设备菜单弹框前的复选框、单选框无法垂直居中
This commit is contained in:
parent
ce33674edd
commit
7bd1db3a04
|
@ -167,7 +167,6 @@
|
||||||
|
|
||||||
.dd3-content label span {
|
.dd3-content label span {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
padding-left: 2px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.dd3-content label span.active {
|
.dd3-content label span.active {
|
||||||
|
@ -179,8 +178,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.dd3-content label input {
|
.dd3-content label input {
|
||||||
margin-right: 6px;
|
margin-right: 10px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
vertical-align: middle;
|
||||||
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dd-dragel > .dd3-item > .dd3-content {
|
.dd-dragel > .dd3-item > .dd3-content {
|
||||||
|
|
Loading…
Reference in New Issue