通知中心

This commit is contained in:
linxd
2025-06-16 22:11:48 +08:00
parent ceacd3bd09
commit 95797bbbac
2 changed files with 4 additions and 6 deletions

View File

@ -29,7 +29,8 @@ export const antdTheme = {
'table-header-bg': 'rgb(241,245,251)',
'table-row-hover-bg': 'rgb(241,245,251)',
'table-padding-vertical': '12px',
'table-header-color': 'rgb(143,146,153)'
'table-header-color': 'rgb(143,146,153)',
'menu-item-active-bg': 'rgba(0,79,142,0.1)'
}
export type { DefaultSettings };