diff --git a/04.系统编码/Frontend/src/components/DecisionSupport.vue b/04.系统编码/Frontend/src/components/DecisionSupport.vue
index 4158959..0ffe303 100644
--- a/04.系统编码/Frontend/src/components/DecisionSupport.vue
+++ b/04.系统编码/Frontend/src/components/DecisionSupport.vue
@@ -485,6 +485,7 @@ export default {
     }
 
     .raman-picture-container {
+      padding-top: 20px;
       width: 100%;
       height: 90%;
       .picture {
diff --git a/04.系统编码/Frontend/src/model/high-chart-create.ts b/04.系统编码/Frontend/src/model/high-chart-create.ts
index 5058170..a3778ef 100644
--- a/04.系统编码/Frontend/src/model/high-chart-create.ts
+++ b/04.系统编码/Frontend/src/model/high-chart-create.ts
@@ -86,9 +86,9 @@ export class HighChartCreate {
                 text: text,
                 style: {
                     color: '#000000',
-                    fontSize: '20px',
+                    fontSize: '22px',
                     fontFamily: '微软雅黑',
-                    fontWeight: 'normal'
+                    fontWeight: '300'
                 }
             },
             labels: {
@@ -135,9 +135,9 @@ export class HighChartCreate {
                 text: text,
                 style: {
                     color: '#000000',
-                    fontSize: '20px',
+                    fontSize: '22px',
                     fontFamily: '微软雅黑',
-                    fontWeight: '500'
+                    fontWeight: '300'
                 }
             },
             labels: {