fix: 问题修复

This commit is contained in:
huxuejian 2026-02-09 20:52:49 +08:00
parent ab64e7c9c9
commit 624b70fc86
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
<image class="logo" src="/static/logo-plain.png"></image> <image class="logo" src="/static/logo-plain.png"></image>
</view> </view>
<view class="w-0 flex-grow"> <view class="w-0 flex-grow">
<view class="text-lg font-semibold text-white">健康 </view> <view class="text-lg font-semibold text-white">健康</view>
<view class="leading-normal text-base text-white truncate">全周期健康管理伙伴</view> <view class="leading-normal text-base text-white truncate">全周期健康管理伙伴</view>
</view> </view>
<view v-if="menuButtonInfo && menuButtonInfo.width > 0" class="flex-shrink-0" <view v-if="menuButtonInfo && menuButtonInfo.width > 0" class="flex-shrink-0"

View File

@ -13,7 +13,7 @@
<view v-else class="doctor-card doctor-card-empty"> <view v-else class="doctor-card doctor-card-empty">
<view class="doctor-info"> <view class="doctor-info">
<image class="logo" src="/static/logo-plain.png" mode="aspectFill" /> <image class="logo" src="/static/logo-plain.png" mode="aspectFill" />
<view class="doctor-name">健康</view> <view class="doctor-name">健康</view>
<view class="login-tip">全周期健康管理伙伴</view> <view class="login-tip">全周期健康管理伙伴</view>
</view> </view>
</view> </view>