Browse Source

Pull request #2193: 无JIRA任务 去掉定高

Merge in VISUAL/fineui from ~WINDY/fui:master to master

* commit '063667814913c5c3e12f159024cd328928dc1d0d':
  无JIRA任务 去掉定高
es6
windy 3 years ago
parent
commit
f088d63e6e
  1. 1
      src/widget/dynamicdate/dynamicdate.card.js

1
src/widget/dynamicdate/dynamicdate.card.js

@ -14,7 +14,6 @@ BI.DynamicDateCard = BI.inherit(BI.Widget, {
type: "bi.label", type: "bi.label",
text: BI.i18nText("BI-Multi_Date_Relative_Current_Time"), text: BI.i18nText("BI-Multi_Date_Relative_Current_Time"),
textAlign: "left", textAlign: "left",
height: 12,
lgap: 10 lgap: 10
}, },
tgap: 10, tgap: 10,

Loading…
Cancel
Save