修复BUG:iOS设备菜单弹框前的复选框、单选框无法垂直居中

This commit is contained in:
Argo-Lenovo 2016-11-14 22:44:33 +08:00
parent ce33674edd
commit 7bd1db3a04
1 changed files with 3 additions and 2 deletions

View File

@ -167,7 +167,6 @@
.dd3-content label span {
position: absolute;
padding-left: 2px;
}
.dd3-content label span.active {
@ -179,8 +178,10 @@
}
.dd3-content label input {
margin-right: 6px;
margin-right: 10px;
cursor: pointer;
vertical-align: middle;
margin-top: 0;
}
.dd-dragel > .dd3-item > .dd3-content {