fix:质检统计底部合计行底色明显,字体加粗

This commit is contained in:
shijing 2025-11-14 16:32:28 +08:00
parent 194901d536
commit 306564d106
3 changed files with 8 additions and 50 deletions

View File

@ -167,18 +167,6 @@ export default {
.asyncColorSwitch .el-switch__label--left.is-active{
color: #0052d9!important; /* 关闭状态的文本颜色 */
}
// .el-table thead.is-group th.el-table__cell.colorheader1{
// background-color: rgb(255, 243, 202)!important;
// }
// .el-table thead.is-group th.el-table__cell.colorheader2{
// background-color: rgb(227, 242, 217)!important;
// }
// .el-table thead.is-group th.el-table__cell.colorheader3{
// background-color: rgb(250, 218, 222)!important;
// }
// .el-table thead.is-group th.el-table__cell.colorheader4{
// background-color: rgb(168, 218, 228)!important;
// }
.el-table thead th.el-table__cell.colorheader1,
.el-table thead.is-group th.el-table__cell.colorheader1{
background-color: rgba(246, 98, 98, 0.323)!important;
@ -207,36 +195,24 @@ export default {
.el-table thead.is-group th.el-table__cell.colorheader7{
background-color: rgba(51, 15, 253, 0.317)!important;
}
.totalFooterTable>.el-table__inner-wrapper>.el-table__footer-wrapper tfoot td.el-table__cell {
background-color: #a4e398;
font-weight: bold;
color: #000000;
font-size: 14px;
}
//
// .el-popper {
// border-radius: 0;
// }
// .el-popper[data-popper-placement^=bottom]>.el-popper__arrow {
// top: -5px;
// display: none !important;
// }
// .el-popper.is-light {
// background: linear-gradient(to right, #116a7c, #92f2ff);
// border-image-source: linear-gradient(to right, #92f2ff, #116a7c);
// }
.enpMenu.el-dropdown-menu {
padding: 0.7vh 0.7vh 0.2vh;
//background: linear-gradient(to right, #10608e, #1dabfd);
background: linear-gradient(to right, #053949, #107b90);
}
.enpMenu > .el-dropdown-menu__item {
margin-bottom: 0.5vh;
//background: linear-gradient(to right, #29d, #1dabfd);
background: linear-gradient(to right, #1b8fa4, #107b90);
}
.enpMenu > .el-dropdown-menu__item:not(.is-disabled):focus {
//background: linear-gradient(to right, #10608e, #1dabfd);
background: linear-gradient(to right, #053949, #107b90);
color: #ffffff;
}
@ -259,7 +235,6 @@ export default {
height: 92%;
bottom: 0;
top: 8%;
// background-image: url('/public/img/enp_blue/bg_enp_half.png');
}
#enpTable .el-table {
@ -321,25 +296,6 @@ export default {
.bigScreenTable table td {
font-size: 0.7vw !important;
}
// .searchSelect>.select-trigger>.el-input>.el-input__wrapper {
// width: 7vw;
// height: 3vh;
// border: none !important;
// box-shadow: none !important;
// background-size: 100% 100%;
// background-image: url('/public/img/enp_blue/selectBg.png');
// }
// .searchInput>.el-input__wrapper {
// width: 7vw;
// height: 3vh;
// border: none !important;
// box-shadow: none !important;
// background-size: 100% 100%;
// background-image: url('/public/img/enp_blue/selectBg.png');
// }
.enpCheckbox > .el-checkbox > .el-checkbox__label {
color: #ffffff;
}

View File

@ -97,6 +97,7 @@
:data="tableData"
id="exportDiv"
stripe
class="totalFooterTable"
style="height: 100%;"
:summary-method="getSummaries"
show-summary

View File

@ -97,6 +97,7 @@
:data="tableData"
id="exportDiv"
stripe
class="totalFooterTable"
style="height: 100%;"
:summary-method="getSummaries"
show-summary