Skip to content

Commit

Permalink
fix: sites mobile-vue layout
Browse files Browse the repository at this point in the history
  • Loading branch information
wChenonly committed Jun 19, 2024
1 parent 20b1ce9 commit f1bd8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/sites/mobile-vue/components/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default defineComponent({
display: flex;
align-items: center;
padding: 0 24px;
width: 100%;
width: auto;
height: 42px;
line-height: 42px;
background: rgba(255, 255, 255, 1);
Expand Down

0 comments on commit f1bd8e3

Please sign in to comment.