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,7 +18,7 @@
box-shadow: none;
border-radius: 2px;
.el-input__inner {
width: 80px;
width: 100px;
height: 24px;
padding-left: 4px;
line-height: 24px;