Skip to content

Commit

Permalink
refactor(playground): improve ui experience
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Aug 21, 2023
1 parent 5e6f790 commit 95153e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/varlet-ui-playground/src/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ watch(() => currentVarletVersion.value, setVarletVersion)
</h1>
<var-space align="center">
<var-select
style="width: 150px"
:offset-y="6"
style="width: 210px"
:offset-y="8"
variant="outlined"
size="small"
placeholder="Varlet Version"
Expand All @@ -142,8 +142,8 @@ watch(() => currentVarletVersion.value, setVarletVersion)
<var-option v-for="v in varletVersions" :key="v" :label="`${v === 'preview' ? '' : 'v'}${v}`" :value="v" />
</var-select>
<var-select
style="width: 150px"
:offset-y="6"
style="width: 210px"
:offset-y="8"
variant="outlined"
size="small"
placeholder="Vue Version"
Expand Down

0 comments on commit 95153e5

Please sign in to comment.