perf: 全域数据引擎页面优化

This commit is contained in:
rd
2025-07-01 14:34:16 +08:00
parent a486d42fa5
commit 57e45d991e
22 changed files with 739 additions and 486 deletions

View File

@ -1,7 +1,7 @@
.arco-table {
@mixin table-cell-text {
color: var(--Text-1, #211f24);
font-family: 'Alibaba PuHuiTi';
color: var(--Text-1, #3C4043);
font-family: 'PuHuiTi-Regular';
font-size: 14px;
font-style: normal;
font-weight: 400;
@ -19,6 +19,7 @@
padding: 13px 16px;
.arco-table-th-title {
@include table-cell-text;
font-family: 'PingFangSC-Medium';
}
}
}
@ -29,7 +30,8 @@
.arco-table-td {
.arco-table-cell {
padding: 13px 16px;
.arco-table-cell-content {
.arco-table-cell-content,
.arco-table-td-content {
@include table-cell-text;
}
}