成就等界面接口调整

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

@@ -645,8 +645,7 @@ defineExpose({
<style lang="scss" scoped>
// 路由页面模式样式
.article-page-view {
min-height: 100vh;
background: #f5f7fa;
// background: #f5f7fa;
padding-bottom: 60px;
}
@@ -675,7 +674,7 @@ defineExpose({
padding: 40px 24px;
background: #fff;
border-radius: 8px;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
// box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.error-container {