feat: 添加banner页面 添加菜单

This commit is contained in:
ZhuRui
2026-07-25 09:39:56 +08:00
parent 03f1b6c220
commit 3b4dd72b11
25 changed files with 2561 additions and 157 deletions
+7
View File
@@ -95,3 +95,10 @@ a {
margin-top: 16px;
overflow: hidden;
}
// ===== antd 组件覆盖 =====
// Tag 默认 margin-right: 8px,会挤开表格列或卡片内间距,统一去掉
.ant-tag {
margin-right: 0;
}