Xiao_123 7 kuukautta sitten
vanhempi
commit
1b21c34f29
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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>