chore(admin-ui): unify list table empty state styling and class usage
This commit is contained in:
@@ -178,6 +178,12 @@
|
||||
background:var(--adm-table-row-hover-bg, rgba(22, 119, 255, .04));
|
||||
}
|
||||
|
||||
.list-card-table .table-empty{
|
||||
padding:24px 12px;
|
||||
text-align:center;
|
||||
background:rgba(15, 23, 42, .02);
|
||||
}
|
||||
|
||||
/* 可复用:PageHeader(参考 Ant Design Pro:标题区 + 描述 + 右侧操作区) */
|
||||
.page-header{
|
||||
width:100%;
|
||||
|
||||
Reference in New Issue
Block a user