feat: 资产授权.

This commit is contained in:
lijiahangmax
2023-12-04 21:25:31 +08:00
parent 0ecbd605e9
commit 798b0c61ee
20 changed files with 319 additions and 168 deletions

View File

@@ -73,6 +73,14 @@ body {
display: none;
}
.sticky-list {
.arco-list-header {
position: sticky;
background: var(--color-bg-2);
top: 0;
}
}
.arco-table-td-content {
color: rgba(var(--gray-9), .95);
font-size: 13px;