diff --git a/src/assets/styles/ruoyi.scss b/src/assets/styles/ruoyi.scss index 48cdef0..73f4826 100644 --- a/src/assets/styles/ruoyi.scss +++ b/src/assets/styles/ruoyi.scss @@ -1082,9 +1082,10 @@ h6 { } // 弹窗tab页 -.myInsertForm .el-tabs__nav-wrap:after{ +.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 { @@ -1264,7 +1274,7 @@ h6 { font-weight: 400; font-size: 16px; color: #002866; - justify-content: start; + justify-content: start; min-height: 60px; line-height: 60px; padding-left: 31px; @@ -1273,10 +1283,18 @@ 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 { line-height: 20px; padding-top: 10px;