浏览代码

左对齐

lifanagju_citu 4 周之前
父节点
当前提交
f7d6a4907b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/recruit/personal/home/components/homeJobTypeCard/index.vue

+ 1 - 1
src/views/recruit/personal/home/components/homeJobTypeCard/index.vue

@@ -35,7 +35,7 @@
     <div v-if="rightObj.show" class="right-item-box elevation-0" >
     <div v-if="rightObj.show" class="right-item-box elevation-0" >
       <div class="rightCard">
       <div class="rightCard">
         <div class="d-flex align-center justify-space-between">
         <div class="d-flex align-center justify-space-between">
-          <span style="font-weight: bold;">{{ rightObj?.data?.nameCn }}</span>
+          <span class="ml-3" style="font-weight: bold;">{{ rightObj?.data?.nameCn }}</span>
           <div>
           <div>
             <v-icon color="primary" size="40" @click.stop="handleMouseLeave">mdi-close-circle-outline</v-icon>
             <v-icon color="primary" size="40" @click.stop="handleMouseLeave">mdi-close-circle-outline</v-icon>
           </div>
           </div>