Browse Source

工具栏,部分spreadjs,序号列列宽0 -> 30

MaiXinRong 4 năm trước cách đây
mục cha
commit
3db9ec1117
3 tập tin đã thay đổi với 6 bổ sung6 xóa
  1. 3 3
      app/public/js/ledger.js
  2. 1 1
      app/public/js/ledger_audit.js
  3. 2 2
      app/public/js/revise.js

+ 3 - 3
app/public/js/ledger.js

@@ -2127,7 +2127,7 @@ $(document).ready(function() {
             defaultRowHeight: 21,
             headerFont: '12px 微软雅黑',
             font: '12px 微软雅黑',
-            headColWidth: [0],
+            headColWidth: [30],
             selectedBackColor: '#fffacd',
         },
         cellDoubleClick: stdLibCellDoubleClick,
@@ -2158,7 +2158,7 @@ $(document).ready(function() {
             defaultRowHeight: 21,
             headerFont: '12px 微软雅黑',
             font: '12px 微软雅黑',
-            headColWidth: [0],
+            headColWidth: [30],
             selectedBackColor: '#fffacd',
         },
         cellDoubleClick: stdLibCellDoubleClick,
@@ -2206,7 +2206,7 @@ $(document).ready(function() {
                         defaultRowHeight: 21,
                         headerFont: '12px 微软雅黑',
                         font: '12px 微软雅黑',
-                        headColWidth: [0],
+                        headColWidth: [30],
                         selectedBackColor: '#fffacd',
                         readOnly: true,
                     });

+ 1 - 1
app/public/js/ledger_audit.js

@@ -173,7 +173,7 @@ $(document).ready(() => {
                     defaultRowHeight: 21,
                     headerFont: '12px 微软雅黑',
                     font: '12px 微软雅黑',
-                    headColWidth: [0],
+                    headColWidth: [30],
                     selectedBackColor: '#fffacd',
                 });
                 dealBills.loadData();

+ 2 - 2
app/public/js/revise.js

@@ -2345,7 +2345,7 @@ $(document).ready(() => {
             defaultRowHeight: 21,
             headerFont: '12px 微软雅黑',
             font: '12px 微软雅黑',
-            headColWidth: [0],
+            headColWidth: [30],
             selectedBackColor: '#fffacd',
         },
         cellDoubleClick: stdLibCellDoubleClick,
@@ -2376,7 +2376,7 @@ $(document).ready(() => {
             defaultRowHeight: 21,
             headerFont: '12px 微软雅黑',
             font: '12px 微软雅黑',
-            headColWidth: [0],
+            headColWidth: [30],
             selectedBackColor: '#fffacd',
         },
         cellDoubleClick: stdLibCellDoubleClick,