|
|
@@ -296,27 +296,28 @@ onMounted(() => {
|
|
|
:deep(.el-table__header-wrapper th.el-table__cell) {
|
|
|
font-size: calc(16px * var(--kb-scale, 1));
|
|
|
line-height: 1.2;
|
|
|
- color: #10233c !important;
|
|
|
- background: #b5cde7 !important;
|
|
|
- border-color: #fff !important;
|
|
|
+ color: #0e3f8a;
|
|
|
+ background: #7fb5ff;
|
|
|
+ border-color: #a6c4ec;
|
|
|
+ font-weight: 600;
|
|
|
}
|
|
|
|
|
|
- :deep(.el-table__body td.el-table__cell) {
|
|
|
- height: calc(58px * var(--kb-scale, 1));
|
|
|
- padding: calc(7px * var(--kb-scale, 1)) 0;
|
|
|
- font-size: calc(14px * var(--kb-scale, 1));
|
|
|
- color: #07192c !important;
|
|
|
- background: #89b3de !important;
|
|
|
- border-color: #fff !important;
|
|
|
- }
|
|
|
-
|
|
|
- :deep(.el-table__body tr:nth-child(2n) td.el-table__cell) {
|
|
|
- background: #b8cee5 !important;
|
|
|
- }
|
|
|
-
|
|
|
- :deep(.el-table__row:hover > td.el-table__cell) {
|
|
|
- background: #75a5d6 !important;
|
|
|
- }
|
|
|
+ // :deep(.el-table__body td.el-table__cell) {
|
|
|
+ // height: calc(58px * var(--kb-scale, 1));
|
|
|
+ // padding: calc(7px * var(--kb-scale, 1)) 0;
|
|
|
+ // font-size: calc(14px * var(--kb-scale, 1));
|
|
|
+ // color: #07192c !important;
|
|
|
+ // background: #89b3de !important;
|
|
|
+ // border-color: #fff !important;
|
|
|
+ // }
|
|
|
+
|
|
|
+ // :deep(.el-table__body tr:nth-child(2n) td.el-table__cell) {
|
|
|
+ // background: #b8cee5 !important;
|
|
|
+ // }
|
|
|
+
|
|
|
+ // :deep(.el-table__row:hover > td.el-table__cell) {
|
|
|
+ // background: #75a5d6 !important;
|
|
|
+ // }
|
|
|
}
|
|
|
|
|
|
.production-brief-table__summary {
|