fix: 优化部门和成员选择中的搜索UI

This commit is contained in:
范鹏 2025-01-17 13:46:39 +08:00
parent 14474c3d67
commit 5a602a6f4d

View File

@ -13,8 +13,15 @@
<view v-else class="w-10 h-10 flex flex-justify-center flex-items-center bg-#e4f1ff rounded-2">
<image src="/static/images/icon_file.png" class="w-6 h-6" mode="aspectFill"></image>
</view>
<view class="ml-2 break-all max-w-40 overflow-hidden text-ellipsis line-clamp-1">
{{ item.name }}
<view class="ml-2">
<view class="break-all max-w-40 overflow-hidden text-ellipsis line-clamp-1">
{{ item.name }}
</view>
<view
class="color-#838589 text-3 break-all max-w-40 overflow-hidden text-ellipsis line-clamp-1"
>
xxx的互联/test
</view>
</view>
</view>
</template>