Skip to content

Commit

Permalink
docs(CONFIG): make columns desc better
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-dx committed May 1, 2020
1 parent 98f104e commit 1e9299d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONFIG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
/* UI */
ui: {

columns: 6, // Total are 12 columns.
columns: 6, // Total are 12 columns. [support dx expression]
label: '', // Label display [support dx expression]
showLabel: true, // Whether to show the label (when it is false, it still takes up space)
noLabelSpace: false, // Whether the label does not occupy space, the priority is higher than showLabel
Expand Down
2 changes: 1 addition & 1 deletion CONFIG_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
/* UI */
ui: {

columns: 6, // 占用列数,共12列。
columns: 6, // 占用列数,共12列。【支持dx表达式】
label: '', // 标签内容【支持dx表达式】
showLabel: true, // 是否显示标签(注意:当为 false 时,依然占着空间)
noLabelSpace: false, // 标签是否不占空间,优先级比showLabel高
Expand Down

0 comments on commit 1e9299d

Please sign in to comment.