整理框架和新建基础模块

This commit is contained in:
linxd
2025-06-17 18:32:33 +08:00
parent 08424ecdb8
commit ebc4dfe1f9
51 changed files with 2200 additions and 2850 deletions

View File

@ -28,9 +28,10 @@ export const antdTheme = {
// 更改antd 组件颜色
'table-header-bg': 'rgb(241,245,251)',
'table-row-hover-bg': 'rgb(241,245,251)',
'table-padding-vertical': '12px',
'table-padding-vertical': '8px',
'table-header-color': 'rgb(143,146,153)',
'menu-item-active-bg': 'rgba(0,79,142,0.1)'
'menu-item-active-bg': 'rgba(0,79,142,0.1)',
'red-5': 'rgb(214,0,14)',
}
export type { DefaultSettings };