mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-08 01:00:36 +08:00
fix ui
This commit is contained in:
@@ -16,23 +16,23 @@ const appMode = computed(() => {
|
||||
class="footer-nav border-t"
|
||||
style="block-size: calc(3.5rem + env(safe-area-inset-bottom))"
|
||||
>
|
||||
<VBtn to="/dashboard">
|
||||
<VBtn to="/dashboard" :ripple="false">
|
||||
<VIcon size="28">mdi-home-outline</VIcon>
|
||||
<span>首页</span>
|
||||
</VBtn>
|
||||
<VBtn to="/ranking">
|
||||
<VBtn to="/ranking" :ripple="false">
|
||||
<VIcon size="28">mdi-star-check-outline</VIcon>
|
||||
<span>推荐</span>
|
||||
</VBtn>
|
||||
<VBtn to="/subscribe-movie?tab=mysub">
|
||||
<VBtn to="/subscribe-movie?tab=mysub" :ripple="false">
|
||||
<VIcon size="28">mdi-movie-roll</VIcon>
|
||||
<span><span></span>电影</span>
|
||||
</VBtn>
|
||||
<VBtn to="/subscribe-tv?tab=mysub">
|
||||
<VBtn to="/subscribe-tv?tab=mysub" :ripple="false">
|
||||
<VIcon size="28">mdi-television-classic</VIcon>
|
||||
<span>电视剧</span>
|
||||
</VBtn>
|
||||
<VBtn to="/apps">
|
||||
<VBtn to="/apps" :ripple="false">
|
||||
<VIcon size="28">mdi-dots-horizontal</VIcon>
|
||||
<span>更多</span>
|
||||
</VBtn>
|
||||
@@ -40,9 +40,13 @@ const appMode = computed(() => {
|
||||
</div>
|
||||
</template>
|
||||
<
|
||||
<style lang="scss" scoped>
|
||||
<style lang="scss">
|
||||
.footer-nav {
|
||||
padding-block-end: env(safe-area-inset-bottom);
|
||||
}
|
||||
|
||||
.footer-nav .v-btn--variant-text .v-btn__overlay {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
</style>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user