chore(admin-ui): unify list table empty state styling and class usage

This commit is contained in:
萝卜
2026-03-16 01:40:28 +08:00
parent 61153ddae1
commit 7d291a7906
6 changed files with 84 additions and 3 deletions

View File

@@ -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%;