mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-24 01:39:42 +08:00
优化 Footer 组件中的动态按钮图标样式
This commit is contained in:
@@ -137,7 +137,7 @@ const showDynamicButton = computed(() => {
|
||||
<!-- 各页面的动态按钮 -->
|
||||
<VBtn variant="text" :ripple="false" @click="dynamicButton?.action()" rounded="pill" class="footer-nav-btn">
|
||||
<div class="btn-content">
|
||||
<VIcon :icon="dynamicButton?.icon || 'mdi-plus'" size="24"></VIcon>
|
||||
<VIcon color="white" :icon="dynamicButton?.icon || 'mdi-plus'" size="24"></VIcon>
|
||||
</div>
|
||||
</VBtn>
|
||||
</VCardText>
|
||||
|
||||
Reference in New Issue
Block a user