feat(dashboard): 会员数据样式优化

This commit is contained in:
woody 2025-05-14 09:04:57 +08:00
parent 4ea35a094e
commit 769835bb7e
2 changed files with 2 additions and 2 deletions

View File

@ -597,7 +597,7 @@ export default {
.dashboard-card-level-list {
width: 100%;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); /* 响应式列 */
grid-template-columns: repeat(2, 1fr); /* 强制每行展示两个 */
gap: 8px; /* 等级之间的间隙 */
margin-top: 8px;
padding: 8px;

View File

@ -9,7 +9,7 @@ export default {
defaultTabItem: 'dashboard',
topList: [
{
name: '板',
name: '板',
path: 'summaryDashboard'
},
{