需求变更-5

This commit is contained in:
aixianling
2024-10-22 16:37:18 +08:00
parent 72510dbdc1
commit 1c8a98eacd
2 changed files with 38 additions and 18 deletions

View File

@@ -92,7 +92,8 @@ a, .green {
height: 30px;
align-items: center;
color: #66FFFF;
background-image: linear-gradient(90deg, rgba(1, 196, 236, 0.5) 0%, rgba(1, 196, 236, 0.01) 100%);
background-image: linear-gradient(90deg, rgba(1, 196, 236, 0.5) 0%, rgba(1, 196, 236, 0.01) 100%) !important;
background-size: 100% 100% !important;
}
.tableHead {
@@ -111,6 +112,10 @@ a, .green {
flex-shrink: 0;
}
.summary .tableCell {
color: #66FFFF !important;
}
.summary .item {
white-space: wrap;
word-break: break-all;