fix(hover-nav): 修复按钮非正圆形状的问题

This commit is contained in:
2025-12-25 10:01:23 +08:00
parent 01b620fcb3
commit 0e60dd7d0f

View File

@@ -1,7 +1,7 @@
<template>
<!-- 悬浮按钮 -->
<view v-if="pageCount == 1 || need" class="fixed-box"
:style="[{ height: fixBtnShow ? '330rpx' : '120rpx' }, customContainerStyle]">
:style="[{ height: fixBtnShow ? '400rpx' : '320rpx' }, customContainerStyle]">
<!-- <view class="btn-item" v-if="fixBtnShow" @click="$util.redirectTo('/pages/index/index')"> -->
<!-- 切换语言按钮 -->
<button class="btn-item" v-if="fixBtnShow && isLanguageSwitchEnabled" @click="toggleLanguage()"