|
|
@@ -579,7 +579,7 @@ function goVip() {
|
|
|
v-model:show="showVip"
|
|
|
:block-scroll="false"
|
|
|
transform-origin="center"
|
|
|
- class="max-w-xl py-3"
|
|
|
+ class="max-w-md py-3"
|
|
|
style="width: 75%"
|
|
|
>
|
|
|
<n-card :border="false">
|
|
|
@@ -588,7 +588,7 @@ function goVip() {
|
|
|
</n-modal>
|
|
|
|
|
|
<n-modal v-model:show="showVipTips" transform-origin="center">
|
|
|
- <img src="@/assets/png-tanchuang-huiyuan.png" @click="goVip" class="w-[80%] max-w-[500px]" alt="" />
|
|
|
+ <img src="@/assets/png-tanchuang-huiyuan.png" @click="goVip" class="w-[80%] max-w-sm" alt="" />
|
|
|
</n-modal>
|
|
|
</div>
|
|
|
</template>
|