fix: select选择器组件宽度调整

This commit is contained in:
@changcode
2022-08-10 17:25:29 +08:00
parent 5050f65fdd
commit fe46a0cabc
4 changed files with 28 additions and 7 deletions

View File

@@ -18,12 +18,11 @@
font-weight: 400;
}
.option__select.select-column {
box-shadow: 0 2px 4px 0 rgba(51,51,51,0.10);
border-radius: 2px;
.el-input__inner {
width: 100px;
height:24px;
padding-left: 8px;
padding-left: 4px;
font-size: 12px;
color: #2C72C6;
font-weight:400;