chore(admin-ui): add table tokens and refine list-card table header/hover
This commit is contained in:
@@ -163,6 +163,14 @@
|
||||
padding:12px 12px;
|
||||
}
|
||||
|
||||
.list-card-table thead th{
|
||||
background:var(--adm-table-header-bg, #fafafa);
|
||||
}
|
||||
|
||||
.list-card-table tbody tr:hover td{
|
||||
background:var(--adm-table-row-hover-bg, rgba(22, 119, 255, .04));
|
||||
}
|
||||
|
||||
/* 可复用:PageHeader(参考 Ant Design Pro:标题区 + 描述 + 右侧操作区) */
|
||||
.page-header{
|
||||
width:100%;
|
||||
|
||||
Reference in New Issue
Block a user