chore(admin-ui): introduce list-card component and apply to subscriptions index
This commit is contained in:
@@ -128,6 +128,41 @@
|
||||
margin:0;
|
||||
}
|
||||
|
||||
/* 可复用:List Card(列表页统一卡片:标题区/操作区/表格区) */
|
||||
.list-card{
|
||||
padding:0;
|
||||
}
|
||||
|
||||
.list-card-header{
|
||||
padding:14px 16px;
|
||||
display:flex;
|
||||
align-items:flex-start;
|
||||
justify-content:space-between;
|
||||
gap:12px;
|
||||
}
|
||||
|
||||
.list-card-title{
|
||||
margin:0;
|
||||
}
|
||||
|
||||
.list-card-subtitle{
|
||||
margin-top:6px;
|
||||
}
|
||||
|
||||
.list-card-body{
|
||||
border-top:1px solid var(--adm-border-color, #e5e7eb);
|
||||
padding:0;
|
||||
}
|
||||
|
||||
.list-card-table{
|
||||
margin:0;
|
||||
}
|
||||
|
||||
.list-card-table th,
|
||||
.list-card-table td{
|
||||
padding:12px 12px;
|
||||
}
|
||||
|
||||
/* 可复用:PageHeader(参考 Ant Design Pro:标题区 + 描述 + 右侧操作区) */
|
||||
.page-header{
|
||||
width:100%;
|
||||
|
||||
Reference in New Issue
Block a user