调整IE不兼容的问题, 支持IE10以上
This commit is contained in:
maplemei
2019-09-23 15:46:57 +08:00
parent 415cd9ac4d
commit 4c5d0dcccb
5 changed files with 33 additions and 15 deletions

View File

@@ -44,6 +44,9 @@ xm-select{
color: @fontColor;
text-overflow: ellipsis;
user-select: none;
-ms-user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
}
background-color: #FFF;
@@ -120,8 +123,7 @@ xm-select{
height: 26px;
line-height: 26px;
border-radius: 3px;
vertical-align: middle;
color: #FFF;
align-items: baseline;
& > span{
display: flex;
@@ -199,7 +201,7 @@ xm-select{
white-space: nowrap;
text-overflow: ellipsis;
color: #666;
width: 100%;
width: calc(100% - 20px);
}
}
@@ -247,6 +249,7 @@ xm-select{
.xm-paging{
padding: 0 10px;
display: flex;
margin-top: 5px;
&>span:first-child{
border-radius: 2px 0 0 2px;