Browse Source

样式调整

lifanagju_citu 3 months ago
parent
commit
ab8574df3e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pagesB/positionDetail/index.vue

+ 1 - 1
pagesB/positionDetail/index.vue

@@ -10,7 +10,7 @@
             <view v-if="info.hire && info.hirePrice" class="hirePrice ss-m-r-10">{{ `赏金:${commissionCalculation(info.hirePrice / 100, 1)}元` }}</view>
             <view v-if="info.hire && info.hirePrice" class="hirePrice ss-m-r-10">{{ `赏金:${commissionCalculation(info.hirePrice / 100, 1)}元` }}</view>
             <image v-if="isJobFair" src="/static/svg/jobFair.svg" class="ss-m-r-10" style="width: 22px; height: 22px;"></image>
             <image v-if="isJobFair" src="/static/svg/jobFair.svg" class="ss-m-r-10" style="width: 22px; height: 22px;"></image>
             <!-- 职位名称 -->
             <!-- 职位名称 -->
-            <h2 class="JobName">{{ formatName(info.name) }}</h2>
+            <h2 class="JobName" style="flex: 1;">{{ formatName(info.name) }}</h2>
           </view>
           </view>
           <!-- 职位地区 -->
           <!-- 职位地区 -->
           <view class="d-flex justify-space-between mt-5 align-center">
           <view class="d-flex justify-space-between mt-5 align-center">