浏览代码

本地没问题,测试qa

zhongzewei 7 年之前
父节点
当前提交
c1f9888d39
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4 2
      web/building_saas/main/js/views/glj_view.js

+ 4 - 2
web/building_saas/main/js/views/glj_view.js

@@ -1311,8 +1311,10 @@ var gljOprObj = {
                     offset = drowSubItem(ctx, x, y, w, h, offset, data[options.row + 1]);
                     offset += 1;
                 }
-                x = x + offset;
-                w = w - offset;
+                arguments[2] = x + offset;
+                arguments[4] = w - offset;
+                //x = x + offset;
+                //w = w - offset;
                 GC.Spread.Sheets.CellTypes.Text.prototype.paint.apply(this, arguments);
             }
         };