fix: select选择器组件宽度调整
This commit is contained in:
@@ -111,15 +111,25 @@
|
||||
}
|
||||
.option__select.select-column {
|
||||
margin-left:3px;
|
||||
box-shadow: 0 2px 4px 0 rgba(51,51,51,0.10);
|
||||
border-radius: 2px;
|
||||
.el-input__inner {
|
||||
width: 80px;
|
||||
width: 100px;
|
||||
height:24px;
|
||||
padding-left: 8px;
|
||||
padding-left: 4px;
|
||||
color:$blue;
|
||||
font-weight:400;
|
||||
}
|
||||
.el-input__suffix {
|
||||
display: flex;
|
||||
.el-input__suffix-inner {
|
||||
line-height: 24px;
|
||||
.el-select__caret {
|
||||
line-height: 24px;
|
||||
width: 16px;
|
||||
color: #575757;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.option-popper {
|
||||
.el-select-dropdown__item.selected {
|
||||
|
||||
Reference in New Issue
Block a user