fix: 恢复输入框原始宽度3.2rem+标题左对齐
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user