fix: 删除方老师

This commit is contained in:
王天骄
2026-06-18 17:21:02 +08:00
parent 2aaa7e5315
commit 9484707efa
2 changed files with 15 additions and 10 deletions
+15 -6
View File
@@ -2,7 +2,7 @@
<view class="config-page"> <view class="config-page">
<view class="phone-frame"> <view class="phone-frame">
<view class="hero-section"> <view class="hero-section">
<image class="hospital-image" :src="hospitalBannerUrl" mode="aspectFill" @error="handleBannerError"></image> <image class="hospital-image" :src="hospitalBannerUrl" mode="aspectFit" @error="handleBannerError"></image>
<view class="hero-overlay"></view> <view class="hero-overlay"></view>
</view> </view>
@@ -350,20 +350,29 @@ page {
.hero-section { .hero-section {
position: relative; position: relative;
overflow: hidden; overflow: hidden;
padding: 16px 20px 8px;
box-sizing: border-box;
background: linear-gradient(180deg, #f4f8ff 0%, #f9f9ff 100%);
} }
.hospital-image { .hospital-image {
width: 100%; width: 100%;
height: 100%; height: 100%;
border-radius: 18px;
background: rgba(255, 255, 255, 0.72);
box-shadow: 0 8px 24px rgba(0, 71, 141, 0.08);
overflow: hidden;
} }
.hero-overlay { .hero-overlay {
position: absolute; position: absolute;
left: 0; left: 20px;
right: 0; right: 20px;
top: 0; top: 16px;
bottom: 0; bottom: 8px;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(249, 249, 255, 0) 58%, rgba(249, 249, 255, 0.16)); border-radius: 18px;
background: linear-gradient(180deg, rgba(0, 71, 141, 0.08), rgba(249, 249, 255, 0) 62%, rgba(249, 249, 255, 0.18));
pointer-events: none;
} }
.profile-section { .profile-section {
-4
View File
@@ -51,10 +51,6 @@
<view class="assistant-icon chat-icon"></view> <view class="assistant-icon chat-icon"></view>
<text>AI 学习助手医院知识库</text> <text>AI 学习助手医院知识库</text>
</button> </button>
<button class="assistant-button disabled" disabled aria-disabled="true">
<view class="assistant-icon forum-icon"></view>
<text>方老师AI教学助手沟通</text>
</button>
</view> </view>
</view> </view>
</view> </view>