成就等界面接口调整
This commit is contained in:
@@ -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 分页组件自定义样式
|
||||
|
||||
Reference in New Issue
Block a user