fix: 恢复输入框原始宽度3.2rem+标题左对齐
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2026-03-21 11:34:14 +08:00
parent 266886b70b
commit 26f3633e27

View File

@@ -155,6 +155,7 @@
line-height: 1.3 !important; line-height: 1.3 !important;
font-weight: 600 !important; font-weight: 600 !important;
color: #1F2937 !important; color: #1F2937 !important;
text-align: left !important;
} }
/* === 表单行间距 — 保留 el-row flex 布局 === */ /* === 表单行间距 — 保留 el-row flex 布局 === */
@@ -189,7 +190,7 @@
#account .box-item-b > .el-input, #account .box-item-b > .el-input,
#account .box-item-b .el-select, #account .box-item-b .el-select,
#account .box-item-b .el-textarea { #account .box-item-b .el-textarea {
width: 100% !important; width: 3.2rem;
border: none !important; border: none !important;
border-bottom: none !important; border-bottom: none !important;
} }