style: 完成后台样式统一优化

本次提交完成全后台页面的样式统一整改:
1. 新增Tailwind语义化颜色token,替换所有硬编码颜色值
2. 统一全站悬浮交互效果与阴影样式
3. 修正头像、菜单的品牌渐变配色
4. 统一登录页背景色为语义化token
5. 补全缺失的页面容器包裹
6. 统一弹窗宽度与表格分页配置
7. 标准化状态标签颜色与新增按钮样式
8. 对齐表单控件宽度规范
This commit is contained in:
2026-07-03 15:16:32 +08:00
parent 214578316e
commit 8019c52fbc
13 changed files with 200 additions and 64 deletions

View File

@@ -9,9 +9,13 @@ export default {
extend: {
colors: {
ink: '#1d2129',
secondary: '#4e5969',
muted: '#86909c',
line: '#e5e6eb',
'line-hover': '#c9cdd4',
canvas: '#f2f3f5',
'row-hover': '#f7f8fa',
'header-bg': '#fafbfc',
panel: '#fbfcfd',
brand: '#165dff',
'brand-light': '#e8f3ff',