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"],