|
@@ -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>
|