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

@@ -213,16 +213,19 @@
// 卡片标题,标题左侧的伪类样式
.gi_card_title {
.arco-card-header-title::before {
content: '';
width: 4px;
height: 50%;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
background-color: rgb(var(--warning-5));
border-radius: 0 4px 4px 0;
> .arco-card-header {
border-bottom: none;
.arco-card-header-title::before {
content: '';
width: 4px;
height: 50%;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
background-color: rgb(var(--primary-5));
border-radius: 0 4px 4px 0;
}
}
}