mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-11 18:10:49 +08:00
rollback VTooltip
This commit is contained in:
@@ -121,11 +121,9 @@ function themeTransition() {
|
||||
|
||||
<template>
|
||||
<IconBtn @click="changeTheme">
|
||||
<VTooltip text="切换主题">
|
||||
<template #activator="{ props: _props }">
|
||||
<VIcon v-bind="_props" :icon="props.themes[currentThemeIndex].icon" />
|
||||
</template>
|
||||
</VTooltip>
|
||||
<template #activator="{ props: _props }">
|
||||
<VIcon v-bind="_props" :icon="props.themes[currentThemeIndex].icon" />
|
||||
</template>
|
||||
</IconBtn>
|
||||
</template>
|
||||
|
||||
|
||||
@@ -44,11 +44,9 @@ function allLoggingUrl() {
|
||||
class="me-2"
|
||||
v-bind="props"
|
||||
>
|
||||
<VTooltip text="捷径">
|
||||
<template #activator="{ props: _props }">
|
||||
<VIcon v-bind="_props" icon="mdi-checkbox-multiple-blank-outline" />
|
||||
</template>
|
||||
</VTooltip>
|
||||
<template #activator="{ props: _props }">
|
||||
<VIcon v-bind="_props" icon="mdi-checkbox-multiple-blank-outline" />
|
||||
</template>
|
||||
</IconBtn>
|
||||
</template>
|
||||
<!-- Menu Content -->
|
||||
|
||||
Reference in New Issue
Block a user