This commit is contained in:
maplemei
2019-10-17 21:21:39 +08:00
parent 9416e64e7e
commit de672117e1
19 changed files with 257 additions and 70 deletions

View File

@@ -178,6 +178,11 @@ button, input, select, textarea {
display: inline-block;
width: 300px;
}
.xm-select-size{
vertical-align: top;
display: inline-block;
width: 150px;
}
.xm-select-demo-alert:extend(.xm-select-demo){
margin: 20px;
}