perf: update form style

This commit is contained in:
ibuler
2025-02-28 13:54:21 +08:00
parent 3ac0ce7429
commit 48662ed9f4
2 changed files with 3 additions and 2 deletions

View File

@@ -151,7 +151,7 @@ export default {
display: flex;
flex-wrap: wrap;
align-items: center;
padding: 0 6px;
//padding: 0 6px;
border: 1px solid #dcdee2;
border-radius: 1px;
background-color: #fff;
@@ -177,7 +177,7 @@ export default {
& ::v-deep .el-input__inner {
max-width: 100%;
border: none;
padding-left: 10px;
padding-left: 12px;
height: 28px;
}
}

View File

@@ -431,6 +431,7 @@ input[type=file] {
.el-form {
label {
font-weight: 400;
line-height: 32px;
}
.el-input__icon {