refactor(system/storage): 重构存储管理页面,分页列表 => 无分页卡片

This commit is contained in:
2025-03-04 21:28:22 +08:00
parent 819fe616b7
commit 25da3019a3
13 changed files with 842 additions and 365 deletions

View File

@@ -57,7 +57,12 @@ const change = (key: string | number) => {
<style scoped lang="scss">
.gi_table_page {
overflow-y: auto;
:deep(.arco-tabs) {
overflow: visible;
}
}
:deep(.arco-tabs .arco-tabs-nav-type-card-gutter .arco-tabs-tab-active) {
box-shadow: inset 0 2px 0 rgb(var(--primary-6)), inset -1px 0 0 var(--color-border-2),
inset 1px 0 0 var(--color-border-2);
@@ -77,10 +82,6 @@ const change = (key: string | number) => {
right: -20px;
}
:deep(.arco-tabs) {
overflow: visible;
}
:deep(.arco-tabs-nav) {
overflow: visible;
}