Skip to content

Commit

Permalink
Merge pull request #338 from wChenonly/main
Browse files Browse the repository at this point in the history
fix: sites mobile-vue layout
  • Loading branch information
xsf0105 authored Jul 4, 2024
2 parents ee3216a + f1bd8e3 commit b8f9f30
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 b8f9f30

Please sign in to comment.