guy
4 years ago
2 changed files with 2 additions and 2 deletions
@ -1,5 +1,5 @@
|
||||
/** |
||||
* 浮动的水平居中布局 |
||||
*/ |
||||
BI.FloatHorizontalLayout = BI.Layout; |
||||
BI.FloatHorizontalLayout = BI.inherit(BI.Layout); |
||||
BI.shortcut("bi.horizontal_float", BI.FloatHorizontalLayout); |
||||
|
Loading…
Reference in new issue