Merge remote-tracking branch 'websoft/master'
This commit is contained in:
@@ -4643,7 +4643,7 @@ export default {
|
||||
white-space: normal !important;
|
||||
word-break: break-all;
|
||||
overflow-wrap: anywhere;
|
||||
line-height: 18px;
|
||||
line-height: 16px;
|
||||
}
|
||||
|
||||
// 锁定表单项 label 与控件垂直居中对齐(避免长 label 折行时视觉错位)
|
||||
@@ -4657,8 +4657,6 @@ export default {
|
||||
// 通过 padding 把内容下沉到 label 中线,让 * 视觉中心落在第一行文字中心。
|
||||
:deep(.el-form-item.is-required .el-form-item__label) {
|
||||
align-items: flex-start;
|
||||
padding-top: 7px;
|
||||
padding-bottom: 7px;
|
||||
}
|
||||
|
||||
:deep(.el-form-item.is-required .el-form-item__label::before) {
|
||||
|
||||
Reference in New Issue
Block a user