zhangweicheng %!s(int64=6) %!d(string=hai) anos
pai
achega
478ec69e9e

+ 3 - 3
web/building_saas/main/js/views/material_calc_view.js

@@ -25,7 +25,7 @@ materialCalcObj = {
         ],
         view: {
             lockColumns: ["code","name","marketPrice",'offSiteTransportLoss','purchaseStorage'],
-            colHeaderHeight:45
+            colHeaderHeight:36
         }
     },
     freightSpread:null,
@@ -47,7 +47,7 @@ materialCalcObj = {
         ],
         view: {
             lockColumns: ["exp"],
-            colHeaderHeight:45
+            colHeaderHeight:36
         },
         getText:{
             forExp:function (item) {
@@ -68,7 +68,7 @@ materialCalcObj = {
         ],
         view: {
             lockColumns: [],
-            colHeaderHeight:45
+            colHeaderHeight:36
         }
     },
     initMaterialSpread:function () {

+ 1 - 1
web/building_saas/main/js/views/project_glj_view.js

@@ -77,7 +77,7 @@ projectGljObject={
         this.projectGljSheet.bind(GC.Spread.Sheets.Events.EditStarting,this.onProjectGljEditStarting);
         this.projectGljSheet.bind(GC.Spread.Sheets.Events.CellDoubleClick, this.onProjectGljDoubleClick);
         this.projectGljSheet.name('projectGljSheet');
-        this.projectGljSheet.setRowHeight(0, 45, 1);
+        this.projectGljSheet.setRowHeight(0, 36, 1);
     },
     initMixRatio:function () {
         let me = projectGljObject;