Skip to content

Commit

Permalink
fix row api error view-design#63
Browse files Browse the repository at this point in the history
  • Loading branch information
icarusion committed May 31, 2022
1 parent 454c39e commit e50bd08
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion dist/styles/viewuiplus.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/row.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export declare class Row {
/**
* 布局下的水平排列方式,可选值为`start`、`end`、`center`、`space-around`、`space-between`
*/
flex: 'start' | 'end' | 'center' | 'space-around' | 'space-between';
justify: 'start' | 'end' | 'center' | 'space-around' | 'space-between';

/**
* 自定义的class名称
Expand Down
24 changes: 12 additions & 12 deletions types/viewuiplus.components.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export { Circle } from './circle'
export { Button, ButtonGroup } from './button'
export { Icon } from './icon'
export { Button, ButtonGroup } from './button'
export { AutoComplete } from './auto-complete'
export { Cascader } from './cascader'
export { Checkbox, CheckboxGroup } from './checkbox'
Expand Down Expand Up @@ -31,8 +31,8 @@ export { Divider } from './divider'
export { Ellipsis } from './ellipsis'
export { FooterToolbar } from './footer-toolbar'
export { GlobalFooter, Links } from './global-footer'
export { Grid } from './grid'
export { Sider } from './sider'
export { Grid } from './grid'
export { List, ListItem, ListItemMeta } from './list'
export { PageHeader } from './page-header'
export { Row, Col } from './row'
Expand All @@ -46,16 +46,6 @@ export { Menu, MenuItem, Submenu, MenuGroup } from './menu'
export { Page } from './page'
export { Steps, Step } from './steps'
export { Tabs, TabPane } from './tabs'
export { Affix } from './affix'
export { Auth } from './auth'
export { BackTop } from './back-top'
export { CountDown } from './count-down'
export { CountUp } from './count-up'
export { NumberInfo } from './number-info'
export { Numeral } from './numeral'
export { Scroll } from './scroll'
export { Spin } from './spin'
export { WordCount } from './word-count'
export { Alert } from './alert'
export { Avatar } from './avatar'
export { Calendar } from './calendar'
Expand All @@ -74,3 +64,13 @@ export { Timeline, TimelineItem } from './timeline'
export { Tooltip } from './tooltip'
export { Tree, TreeChild } from './tree'
export { Trend } from './trend'
export { Affix } from './affix'
export { Auth } from './auth'
export { BackTop } from './back-top'
export { CountDown } from './count-down'
export { CountUp } from './count-up'
export { NumberInfo } from './number-info'
export { Numeral } from './numeral'
export { Scroll } from './scroll'
export { Spin } from './spin'
export { WordCount } from './word-count'

0 comments on commit e50bd08

Please sign in to comment.