This commit is contained in:
lb
2022-11-14 13:58:40 +08:00
parent bfe4d27890
commit c02f3959dc
10 changed files with 51 additions and 45 deletions

View File

@@ -178,7 +178,7 @@ export default {
}
.visual-base-table-container >>> td span {
color: #ffffff50;
color: #ffffffb3;
font-size: calc(12px * var(--beilv));
line-height: calc(14px * var(--beilv));
}

View File

@@ -61,7 +61,9 @@ export default {
white-space: nowrap;
overflow: hidden;
margin-right: 1px;
text-align: center;
text-align: left;
padding-left: calc(12px * var(--beilv));
padding-right: calc(12px * var(--beilv));
font-weight: 400;
}
@@ -74,11 +76,8 @@ export default {
.tbody {
width: 24%;
color: rgba(255, 255, 255, 0.7);
font-size: calc(12px * var(--beilv));
font-size: calc(12px * var(--beilv));
line-height: 2;
text-align: left;
padding-left: calc(12px * var(--beilv));
padding-right: calc(12px * var(--beilv));
}
.tbody:last-child {