Skip to content

Commit

Permalink
feat: 调整页面布局样式以适配宽屏
Browse files Browse the repository at this point in the history
  • Loading branch information
conglinyizhi committed Aug 20, 2024
1 parent 4210201 commit e920191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ onMounted(async () => {
</script>

<template>
<div class="mx-auto w-full max-w-screen-lg h-full">
<div class="mx-auto w-full h-full">
<el-watermark :content="testMode ? '仅用于展示,修改无效' : ''" :font="{ fontSize: 24 }" :gap="[100, 32]">
<Main />
</el-watermark>
Expand Down

0 comments on commit e920191

Please sign in to comment.