Skip to content

Commit

Permalink
fix(slider): change usage container height 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
wbxl2000 committed Sep 3, 2022
1 parent 7efcdf3 commit 0ebdeb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/src/components/base-usage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
:key="item.value"
:style="{
width: '100%',
height: '100%',
display: 'flex',
alignItems: 'center',
justifyContent: 'center',
Expand Down

0 comments on commit 0ebdeb1

Please sign in to comment.