Skip to content

Commit

Permalink
example(selector): update demo configration
Browse files Browse the repository at this point in the history
  • Loading branch information
xxyan0205 committed Aug 7, 2019
1 parent 2938dac commit 2be5154
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/selector/demo/cases/demo0.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default {
/* DELETE */
title: '无需确认',
titleEnUS: 'No need to confirm',
height: 500,
height: 300,
/* DELETE */
components: {
[Selector.name]: Selector,
Expand Down
2 changes: 1 addition & 1 deletion components/selector/demo/cases/demo1.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default {
/* DELETE */
title: '自定义选项',
titleEnUS: 'Custom options',
height: 400,
height: 550,
/* DELETE */
components: {
[Selector.name]: Selector,
Expand Down
2 changes: 1 addition & 1 deletion components/selector/demo/cases/demo3.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default {
/* DELETE */
title: 'Check模式',
titleEnUS: 'Check mode',
height: 500,
height: 550,
/* DELETE */
components: {
[Selector.name]: Selector,
Expand Down
2 changes: 1 addition & 1 deletion components/selector/demo/cases/demo4.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default {
/* DELETE */
title: '多选模式',
titleEnUS: 'Multi mode',
height: 500,
height: 350,
/* DELETE */
components: {
[Selector.name]: Selector,
Expand Down

0 comments on commit 2be5154

Please sign in to comment.