|
@@ -34,10 +34,10 @@
|
|
</v-card>
|
|
</v-card>
|
|
|
|
|
|
<!-- 标注 -->
|
|
<!-- 标注 -->
|
|
- <CtDialog :visible="showDialog" title="人才标注" :footer="false" widthType="1" @close="showDialog = false">
|
|
|
|
|
|
+ <CtDialog :visible="showDialog" title="人才标注" :footer="false" widthType="1" @close="showDialog = false" style="height: 95vh;">
|
|
<v-row>
|
|
<v-row>
|
|
<v-col cols="4">
|
|
<v-col cols="4">
|
|
- <v-card elevation="3" class="pa-3" style="height: 100%">
|
|
|
|
|
|
+ <v-card elevation="3" class="pa-3 overflow-y-auto" :height="`calc(95vh - 154px)`">
|
|
<p :class="{'active': previewUrl}" @click="showPreview = true">
|
|
<p :class="{'active': previewUrl}" @click="showPreview = true">
|
|
名片
|
|
名片
|
|
<v-icon v-if="previewUrl">mdi-magnify-expand</v-icon>
|
|
<v-icon v-if="previewUrl">mdi-magnify-expand</v-icon>
|
|
@@ -48,7 +48,7 @@
|
|
</v-card>
|
|
</v-card>
|
|
</v-col>
|
|
</v-col>
|
|
<v-col cols="8">
|
|
<v-col cols="8">
|
|
- <v-card elevation="3" class="pa-3" height="100%">
|
|
|
|
|
|
+ <v-card elevation="3" class="pa-3 overflow-y-auto" :height="`calc(95vh - 154px)`">
|
|
<div class="base-info pa-3">
|
|
<div class="base-info pa-3">
|
|
<div class="mb-6">
|
|
<div class="mb-6">
|
|
{{ talentItem.name_zh }}
|
|
{{ talentItem.name_zh }}
|
|
@@ -78,7 +78,6 @@
|
|
<v-icon size="18" color="primary" style="margin-left: 6px;" @click="closeClick(item)">mdi-close-circle</v-icon>
|
|
<v-icon size="18" color="primary" style="margin-left: 6px;" @click="closeClick(item)">mdi-close-circle</v-icon>
|
|
</v-chip>
|
|
</v-chip>
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
<div :class="{'mt-5': talentSelectedTags?.length > 0}">
|
|
<div :class="{'mt-5': talentSelectedTags?.length > 0}">
|
|
<v-chip
|
|
<v-chip
|
|
v-for="(item, index) in tagList" :key="index"
|
|
v-for="(item, index) in tagList" :key="index"
|