浏览代码

code sync

TonyKang 7 年之前
父节点
当前提交
97b31b5a5c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      public/web/rpt_value_define.js

+ 2 - 2
public/web/rpt_value_define.js

@@ -213,8 +213,8 @@ const JV = {
     LAYOUT_FULFILL: 4,
 
     OUTPUT_ALIGN: {
-        H: ["Left", "Center", "Right"],
-        V: ["Top", "Center", "Bottom"]
+        H: ["left", "center", "right"],
+        V: ["top", "center", "bottom"]
     },
 
     CAL_TYPE:["percentage","abstract"],