Browse Source

职位图片信息调整

Xiao_123 9 months ago
parent
commit
faf17ac6ac
1 changed files with 10 additions and 13 deletions
  1. 10 13
      src/views/recruit/personal/position/components/poster.vue

+ 10 - 13
src/views/recruit/personal/position/components/poster.vue

@@ -18,9 +18,9 @@
               <span class="f-w-600 ml-1">{{ positionInfo[k.value] }}</span>
             </div>
           </div>
-          <div class="mt-4" v-if="info?.tagList">
-            <v-chip size="small" class="mr-1 mb-1" color="primary" label v-for="(k, i) in info.tagList" :key="i">{{ k }}</v-chip>
-          </div>
+        </div>
+        <div class="mt-4" v-if="info?.tagList">
+          <v-chip size="small" class="mr-1 mb-1" color="primary" label v-for="(k, i) in info.tagList" :key="i">{{ k }}</v-chip>
         </div>
         <div class="text-end d-flex align-center justify-space-between mt-3">
           <svg-icon v-if="info.hire" name="pin" size="50"></svg-icon>
@@ -38,12 +38,14 @@
         <div v-else>暂无</div>
         <v-divider class="my-3"></v-divider>
         <div class="contact">
-          <div class="float-left d-flex align-center">
-            <v-img :src="info.contact?.avatar || 'https://minio.citupro.com/dev/menduner/7.png'" :width="45" style="height: 45px;"></v-img>
-            <div class="ml-2">
-              <div class="contact-name">{{ info.contact?.name }}</div>
-              <div class="contact-info">{{ info.enterprise?.name }} · {{ info.contact?.postNameCn }}</div>
+          <h4>公司信息</h4>
+          <div class="mt-5">
+            <!-- <v-img :src="info.contact?.avatar || 'https://minio.citupro.com/dev/menduner/7.png'" :width="45" style="height: 45px;"></v-img> -->
+            <div class="contact-name">{{ info.enterprise?.name }}</div>
+            <div v-if="info?.enterprise?.tagList" class="mt-3">
+              <v-chip size="small" class="mr-1 mb-1" color="primary" label v-for="(k, i) in info.enterprise?.tagList" :key="i">{{ k }}</v-chip>
             </div>
+            <div class="contact-info">招聘者:{{ info.contact?.name }} · {{ info.contact?.postNameCn }}</div>
           </div>
         </div>
         <v-divider class="my-3"></v-divider>
@@ -116,11 +118,6 @@ const desc = [
   text-align: justify;
   letter-spacing: 0;
 }
-.contact {
-  height: 60px;
-  line-height: 60px;
-  padding: 0 10px;
-}
 .contact-name {
   font-size: 20px;
   font-weight: 500;