mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-11-14 14:57:13 +08:00
refactor(system/storage): 重构存储管理页面,分页列表 => 无分页卡片
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user