mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-24 09:49:42 +08:00
给部分按钮增加浮动提示
This commit is contained in:
@@ -121,7 +121,11 @@ function themeTransition() {
|
||||
|
||||
<template>
|
||||
<IconBtn @click="changeTheme">
|
||||
<VIcon :icon="props.themes[currentThemeIndex].icon" />
|
||||
<VTooltip text="切换主题">
|
||||
<template #activator="{ props: _props }">
|
||||
<VIcon v-bind="_props" :icon="props.themes[currentThemeIndex].icon" />
|
||||
</template>
|
||||
</VTooltip>
|
||||
</IconBtn>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user