fix: lint & add no scalable

This commit is contained in:
YunYouJun
2023-11-06 00:36:09 +08:00
parent 203ab27496
commit 246a65599a
7 changed files with 765 additions and 1457 deletions

View File

@@ -53,3 +53,9 @@ function onClick(item: BottomMenuItem) {
/>
</YlfBottomMenu>
</template>
<style>
.ylf-bottom-menu {
padding-bottom: env(safe-area-inset-bottom);
}
</style>