fix: 修复knowledge模块因初始化格式不符等导致的warning提示

This commit is contained in:
刘洪洪
2023-03-09 10:39:26 +08:00
parent 476c49b08f
commit d89c20a75c
6 changed files with 14 additions and 12 deletions

View File

@@ -110,6 +110,9 @@
position: relative;
padding-bottom: 20px;
}
.form-input .el-input__inner{
padding-right: 50px !important;
}
.upload-error-tip, .preview-error-tip {
color: $--color-danger;