成就等界面接口调整

This commit is contained in:
2025-10-31 19:13:21 +08:00
parent 9ad9507a72
commit 16754b527e
61 changed files with 4748 additions and 592 deletions

View File

@@ -37,7 +37,15 @@ $spacing-xl: 20px;
$spacing-xxl: 24px;
// ============ 按钮样式 ============
.btn-default {
background: #409eff;
border: none;
border-radius: $border-radius-medium;
color: $color-bg-white;
font-size: $font-size-base;
font-weight: 500;
cursor: pointer;
}
// 主要操作按钮
.btn-primary {
align-items: center;
@@ -188,7 +196,7 @@ $spacing-xxl: 24px;
align-items: center;
padding: $spacing-md 0;
margin-top: 32px;
background: #F9FAFB;
// background: #F9FAFB;
border-radius: $border-radius-large;
// Element Plus 分页组件自定义样式