提交代码
This commit is contained in:
parent
b420e4c17b
commit
64c38d66e1
|
@ -1085,6 +1085,7 @@ h6 {
|
|||
.myInsertForm .el-tabs__nav-wrap:after {
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.my_dialog .el-tabs__nav-wrap:after {
|
||||
height: 0px;
|
||||
}
|
||||
|
@ -1109,6 +1110,7 @@ h6 {
|
|||
font-size: 22px;
|
||||
color: #1E1E1E;
|
||||
}
|
||||
|
||||
.myInsertForm .el-tabs__active-bar,
|
||||
.my_dialog .el-tabs__active-bar {
|
||||
height: 3px;
|
||||
|
@ -1257,6 +1259,14 @@ h6 {
|
|||
display: block;
|
||||
line-height: 60px;
|
||||
padding-left: 30px;
|
||||
overflow: hidden;
|
||||
/* 隐藏溢出的内容 */
|
||||
text-overflow: ellipsis;
|
||||
/* 以省略号代替超出部分 */
|
||||
white-space: nowrap;
|
||||
/* 强制在一行内显示,不允许自动换行 */
|
||||
width: 100%;
|
||||
/* 限制宽度 */
|
||||
}
|
||||
|
||||
.myDetailForm .el-form-item__label {
|
||||
|
@ -1273,8 +1283,16 @@ h6 {
|
|||
|
||||
// 文件类lable
|
||||
.myDetailForm .filesItemContent .el-form-item__label {
|
||||
font-family: Microsoft YaHei;
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
color: #002866;
|
||||
justify-content: start;
|
||||
height: auto;
|
||||
min-height: 120px;
|
||||
line-height: 120px;
|
||||
padding-left: 31px;
|
||||
background: #EDF2F960;
|
||||
}
|
||||
|
||||
.my_detailform_label .el-form-item__label {
|
||||
|
|
Loading…
Reference in New Issue
Block a user