update:优化移动端按钮

This commit is contained in:
hrz
2025-09-30 11:10:48 +08:00
parent 2b9fed2609
commit 2ed2e9c391
6 changed files with 8 additions and 5 deletions
@@ -285,7 +285,7 @@ onMounted(async () => {
<view class="top-right-buttons" :style="{ top: `${safeAreaInsets?.top + 10}px` }">
<!-- 语言切换按钮 -->
<view class="lang-btn" @click="showLanguageSheet = true">
<text class="lang-text-icon">🌐</text>
<text class="lang-text-icon">{{ t('login.selectLanguageTip') }}</text>
</view>
<!-- 服务端设置按钮 -->
@@ -571,7 +571,7 @@ onMounted(async () => {
&.captcha-wrapper {
.captcha-image {
margin-left: 20rpx;
width: 120rpx;
width: 150rpx;
height: 60rpx;
border-radius: 8rpx;
overflow: hidden;
@@ -892,7 +892,7 @@ onMounted(async () => {
}
.lang-text-icon {
font-size: 28rpx;
font-size: 18rpx;
color: #FFFFFF;
}
@@ -642,7 +642,7 @@ onMounted(async () => {
&.captcha-wrapper {
.captcha-image {
margin-left: 20rpx;
width: 120rpx;
width: 150rpx;
height: 60rpx;
border-radius: 8rpx;
overflow: hidden;