forked from fanruan/fineui
Browse Source
Merge in VISUAL/fineui from ~GUY/fineui:master to master * commit 'f3037b950750ba7421b7cf10fe3a23ea6fe978f2': 新增布局es6
guy
3 years ago
4 changed files with 34 additions and 0 deletions
@ -0,0 +1,6 @@
|
||||
/** |
||||
* 横向填满布局 |
||||
*/ |
||||
BI.HorizontalFillLayout = function () { |
||||
}; |
||||
BI.shortcut("bi.horizontal_fill", BI.HorizontalFillLayout); |
Loading…
Reference in new issue