Skip to content

Commit

Permalink
fix(slider): change usage container height 100% (#1603)
Browse files Browse the repository at this point in the history
closed #1600
  • Loading branch information
wbxl2000 authored Sep 4, 2022
1 parent 675821a commit 9699964
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 9699964

Please sign in to comment.