perf: 优化组件

This commit is contained in:
zyn
2024-01-04 10:56:10 +08:00
parent cdf80001bc
commit 01700b8030
3 changed files with 105 additions and 3 deletions
@@ -242,4 +242,12 @@ export default {
.fileClass{
line-height: 22px !important;
}
.add-form-item /deep/ .el-form-item__content .el-form-item__error {
padding: 3px;
top: 15px;
right: 45px !important;
left: auto;
background: #fff3f3;
z-index: 9;
}
</style>