Skip to content

Commit

Permalink
fix: fix layout
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenweiwang1990 committed Oct 28, 2023
1 parent 74663cb commit 1670ed6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion uuid-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"id": "uuid-parser",
"name": "UUID Parser",
"icon": "thunderbolt-outlined",
"version": "1.0.4",
"version": "1.0.5",
"isPublic": true,
"repository": "",
"category": [
Expand Down
4 changes: 2 additions & 2 deletions uuid-parser/src/index.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<h-vertical-layout mode="middle">
<h-single-layout :max-width="1440">
<template #top>
<div class="top">
<p>
Expand All @@ -23,7 +23,7 @@
<h-kv :value="outputValue" :width="600" />
</div>
</template>
</h-vertical-layout>
</h-single-layout>
</template>

<script setup lang="ts">
Expand Down

0 comments on commit 1670ed6

Please sign in to comment.