fix: element升级版本后报告新增错误修改(Input数字输入框不可点击;Time Limit的开始时间验证代码报错;provider样式未对齐)

This commit is contained in:
hanyuxia
2024-03-22 18:14:33 +08:00
parent 7b901c8ab8
commit 1910b6dd5a
2 changed files with 28 additions and 28 deletions

View File

@@ -142,6 +142,9 @@
// border: 1px solid #dcdfe6;
// border-radius: 2px 0 0 2px;
//}
.el-select__prefix {
line-height:30px;
}
.el-select__prefix, .el-input__prefix {
left: 0;
background-color: #f5f7fa;