refactor: 去掉不必要的注释

This commit is contained in:
BugKing 2020-11-25 14:09:29 +08:00
parent b4a517c4ff
commit 4122a81100
1 changed files with 2 additions and 4 deletions

View File

@ -110,9 +110,7 @@ body {
}
/* 修复带长度限制的文本框,内容太长造成的无法查看内容的问题 */
/*.el-input-padding-fix .el-input__inner {*/
/*padding-right: 60px ;*/
/*}*/
.el-input__inner[maxlength] {
padding-right: 60px ;
padding-right: 60px;
}