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