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