feat: 优化路由 搭建赛事管理页面基础 处理部分样式问题 完成赛事列表页面搭建

This commit is contained in:
ZhuRui
2026-07-24 15:57:20 +08:00
parent 5523695518
commit 03f1b6c220
35 changed files with 6599 additions and 117 deletions
+13 -18
View File
@@ -1,9 +1,6 @@
.container {
min-height: 100vh;
}
.sider {
box-shadow: 2px 0 8px rgba(0, 0, 0, 0.08);
height: 100vh;
}
.logo {
@@ -12,8 +9,8 @@
align-items: center;
justify-content: center;
overflow: hidden;
color: #fff;
background: rgba(255, 255, 255, 0.08);
color: #1a1a1a;
background: #fff;
}
.logoText {
@@ -22,14 +19,6 @@
white-space: nowrap;
}
.header {
background: #fff;
padding: 0 16px;
display: flex;
align-items: center;
box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
}
.trigger {
font-size: 18px;
cursor: pointer;
@@ -48,10 +37,16 @@
padding: 24px;
background: #fff;
border-radius: 8px;
min-height: 280px;
flex: 1;
min-height: 0;
display: flex;
flex-direction: column;
overflow: hidden;
}
.footer {
text-align: center;
color: rgba(0, 0, 0, 0.45);
.main {
flex: 1;
min-height: 0;
display: flex;
flex-direction: column;
}