Browse Source

[Fix 0000] 可配置首页5.5版配置模板更新,修复了布局问题

ruienger 1 month ago
parent
commit
e7e31a4612
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/views/vent/home/configurable/configurable.data.ts

+ 4 - 4
src/views/vent/home/configurable/configurable.data.ts

@@ -33,11 +33,11 @@ export const testConfigVent: Config[] = [
         items: [
           {
             name: 'qh_curve',
-            basis: '72%',
+            basis: '67%',
           },
           {
             name: 'board',
-            basis: '28%',
+            basis: '33%',
           },
         ],
       },
@@ -1438,11 +1438,11 @@ export const testConfigVentRealtime: Config[] = [
         items: [
           {
             name: 'qh_curve',
-            basis: '72%',
+            basis: '67%',
           },
           {
             name: 'board',
-            basis: '28%',
+            basis: '33%',
           },
         ],
       },