chore(selectMemberDrawer): 标题栏增加图标并调整文案

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
17792275749
2026-09-01 15:16:47 +08:00
co-authored by Claude Opus 4.7
parent 90c0ff65da
commit fe3e0a7f0a
2 changed files with 7 additions and 1 deletions
@@ -55,6 +55,11 @@
justify-content: space-between;
border-bottom: 2rpx solid #EAEDF1;
.drawer-icon {
width: 40rpx;
height: 40rpx;
}
.drawer-title {
color: #252535;
height: 40rpx;
@@ -10,7 +10,8 @@
<!-- 标题栏 -->
<view class="drawer-header">
<view class="drawer-title">选择已有用户</view>
<view class="drawer-icon"></view>
<view class="drawer-title">选择本人添加的用户</view>
<view class="drawer-close" bind:tap="onTapClose">
<view class="drawer-close-icon"></view>
</view>