Xiao_123 7 달 전
부모
커밋
1b21c34f29
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/recruit/personal/home/index.vue

+ 2 - 2
src/views/recruit/personal/home/index.vue

@@ -30,8 +30,8 @@
     max-width="900"
     :persistent="false"
   >
-    <div style="cursor: pointer; margin: 0 auto; position: relative;" @click="adClick">
-      <v-img src="./img/adImg.jpg" :width="adImgWidth" style="height: auto;border-radius: 4px;"></v-img>
+    <div style="cursor: pointer; margin: 0 auto; position: relative;">
+      <v-img src="./img/adImg.jpg" :width="adImgWidth" style="height: auto;border-radius: 4px;" @click="adClick"></v-img>
       <span style="color: white; font-size: 40px; position: absolute; right: 0px; top: 0px;" class="mdi mdi-close-circle-outline cursor-pointer px-3" @click="adDialog = false"></span>
     </div>
   </v-dialog>