Browse Source

fix(admin): 文章编辑页内容过长时无法滚动到底部

Xiaogang Liao 1 month ago
parent
commit
dfab7c8478

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-8de16bcb3f8f52682e28e87c1ed8aeb174aa92dd
+164ded59261f83abe035988f3bc713905fbe1e76

+ 1 - 1
cfc-web/package.json

@@ -1,6 +1,6 @@
 {
   "name": "cfc-web",
-  "version": "1.0.537",
+  "version": "1.0.536",
   "private": true,
   "scripts": {
     "dev": "vue-cli-service serve",

+ 8 - 11
cfc-web/public/CHANGELOG-v1.0.md

@@ -4,21 +4,18 @@
 
 ---
 
-## v1.0.537 (2026-07-25)
-
-### Bug 修复
-- 闭合rating.vue模板中缺失的view标签,修复编译报错
-
-
 ## v1.0.536 (2026-07-25)
 
-### Bug 修复
-- add 300+ missing CSS rules to diabetes.html
+### 重构
+- 重构10个控制器移除HttpServletRequest手动userId获取改用@RequestAttribute注入
 
 ### 其他
-- - Nav, Section, Grid-2, Card, Stat-Row systems
-- - Evidence-box, Ev-tag, Quote-block, List-styled
-- - Table, Step-flow, CTA, Button, Citation, Auth-badge
+- - FamilyUserController, InteractionLogController
+- - RelationshipQuestionnaireController, FamilyMembersController
+- - RelationshipQualityController, AuthController
+- - DanAssessmentExecutionController (含 @GetMapping→@PostMapping 修复)
+- - AdminSettlementController: 修复Result导入路径+@PostMapping+删除重复SettlementStats
+- - pom.xml: 删除重复的PDFBox依赖
 - 
 
 

+ 9 - 12
cfc-web/public/CHANGELOG.md

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.537
+> 当前版本: v1.0.536
 
 ## 历史版本
 
@@ -8,21 +8,18 @@
 
 ---
 
-## v1.0.537 (2026-07-25)
-
-### Bug 修复
-- 闭合rating.vue模板中缺失的view标签,修复编译报错
-
-
 ## v1.0.536 (2026-07-25)
 
-### Bug 修复
-- add 300+ missing CSS rules to diabetes.html
+### 重构
+- 重构10个控制器移除HttpServletRequest手动userId获取改用@RequestAttribute注入
 
 ### 其他
-- - Nav, Section, Grid-2, Card, Stat-Row systems
-- - Evidence-box, Ev-tag, Quote-block, List-styled
-- - Table, Step-flow, CTA, Button, Citation, Auth-badge
+- - FamilyUserController, InteractionLogController
+- - RelationshipQuestionnaireController, FamilyMembersController
+- - RelationshipQualityController, AuthController
+- - DanAssessmentExecutionController (含 @GetMapping→@PostMapping 修复)
+- - AdminSettlementController: 修复Result导入路径+@PostMapping+删除重复SettlementStats
+- - pom.xml: 删除重复的PDFBox依赖
 - 
 
 

+ 1 - 0
cfc-web/src/views/admin/ArticleEdit.vue

@@ -518,6 +518,7 @@ export default {
 <style scoped>
 .article-edit {
   padding: 20px;
+  overflow-y: auto;
 }
 .cover-preview {
   width: 240px;