flat: bug修复

This commit is contained in:
Apcallover
2025-12-25 12:52:54 +08:00
parent ef669f23be
commit 8280cc9fae
5 changed files with 305 additions and 55 deletions

View File

@@ -64,7 +64,7 @@
<view v-if="hasLogin" :class="{ 'match-move-top': isMachineEnv }" class="match-card-out">
<view class="match-card">
<image class="match-card-bg" src="@/static/icon/match-card-bg.png" />
<view class="title">简历匹配职位</view>
<view class="title">为您匹配职位</view>
<view class="match-item-container">
<AIMatch :tags="matchTags" :loading="matchLoading" @tag-click="handleTagClick"></AIMatch>
</view>