feat: 移动端预览优化 (#326)

* feat: 移动端预览优化

* feat: C端底部logo优化
This commit is contained in:
Ken 2024-07-09 12:12:13 +08:00 committed by GitHub
parent 6c72344204
commit 2f0736fd95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 2 deletions

View File

@ -38,7 +38,14 @@
window.addEventListener('resize', resetRemUnit)
})()
</script>
<style></style>
<style>
::-webkit-scrollbar {
display: none;
}
#app {
scrollbar-width: none;
}
</style>
</head>
<body>

View File

@ -13,8 +13,8 @@
:renderData="renderData"
@submit="handleSubmit"
></SubmitButton>
<LogoIcon :logo-conf="logoConf" :readonly="true" />
</div>
<LogoIcon :logo-conf="logoConf" :readonly="true" />
</div>
</div>
</template>