修复Windows下的样式错误
This commit is contained in:
maplemei
2019-09-23 10:13:26 +08:00
parent 5b84e95638
commit 342217669b
5 changed files with 21 additions and 22 deletions

View File

@@ -188,14 +188,11 @@ xm-select{
color: #FFF;
display: flex;
border: @border;
border-radius: 5px;
&:before{
height: 18px;
display: flex;
align-items: center;
margin-top: -1px;
margin-bottom: -1px;
}
border-radius: 3px;
height: 18px;
width: 18px;
justify-content: center;
align-items: center;
}
&-content{
@@ -332,9 +329,9 @@ xm-select{
}
xm-select[ua='win']{
.xm-option-icon{
margin-top: 0px;
margin-bottom: -2px;
}
}
// xm-select[ua='win']{
// .xm-option-icon{
// margin-top: 0px;
// margin-bottom: -2px;
// }
// }