Browse Source

优化样式配置,调整默认字体大小和界面高度

zhch158_admin 2 months ago
parent
commit
47e9098a29
1 changed files with 2 additions and 10 deletions
  1. 2 10
      config.yaml

+ 2 - 10
config.yaml

@@ -2,11 +2,7 @@
 
 # 样式配置
 styles:
-  font_sizes:
-    small: 10
-    medium: 12
-    large: 14
-    extra_large: 16
+  font_size: 8
   
   colors:
     primary: "#0288d1"
@@ -19,7 +15,7 @@ styles:
   
   layout:
     default_zoom: 1.0
-    default_height: 600
+    default_height: 800
     sidebar_width: 1
     content_width: 0.7
 
@@ -30,10 +26,6 @@ ui:
   layout: "wide"
   sidebar_state: "expanded"
   
-  # 默认设置
-  default_font_size: "small"
-  default_layout: "标准布局"
-  
 # 文件路径配置
 paths:
   ocr_out_dir: "/Users/zhch158/workspace/data/至远彩色印刷工业有限公司/data_DotsOCR_Results"