fixed Layout bug
fixed Layout bug
This commit is contained in:
parent
c6fecfd476
commit
9d844d5318
9 changed files with 281 additions and 23 deletions
|
@ -34,6 +34,7 @@ import Table from './components/table';
|
|||
import Tabs from './components/tabs';
|
||||
import Tag from './components/tag';
|
||||
import Timeline from './components/timeline';
|
||||
import TimePicker from './components/time-picker';
|
||||
import Tooltip from './components/tooltip';
|
||||
import Transfer from './components/transfer';
|
||||
import { Row, Col } from './components/layout';
|
||||
|
@ -91,6 +92,7 @@ const iview = {
|
|||
Tag,
|
||||
Timeline,
|
||||
TimelineItem: Timeline.Item,
|
||||
TimePicker,
|
||||
Tooltip,
|
||||
Transfer
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue