parisminton 8 年前
父节点
当前提交
6318e7aa10
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      renderer/text-wrapper.js

+ 1 - 1
renderer/text-wrapper.js 查看文件

88
           y = theme.captionTop + theme.captionTotalHeight + theme[type + 'TopMargin'];
88
           y = theme.captionTop + theme.captionTotalHeight + theme[type + 'TopMargin'];
89
         }
89
         }
90
         else {
90
         else {
91
-          y = top
91
+          y = top;
92
         }
92
         }
93
       }
93
       }
94
 
94