|
|
@@ -557,8 +557,8 @@ function goVip() {
|
|
|
</div>
|
|
|
</footer>
|
|
|
|
|
|
- <n-modal v-model:show="showMine" transform-origin="center" class="max-w-xl py-3" style="width: 75%">
|
|
|
- <n-card :border="false" content-style="padding:0" class="bg-white dark:bg-zinc-800 rounded-lg">
|
|
|
+ <n-modal v-model:show="showMine" transform-origin="center">
|
|
|
+ <n-card :border="false" class="!max-w-xl !rounded-xl">
|
|
|
<mine-pannel></mine-pannel>
|
|
|
</n-card>
|
|
|
</n-modal>
|
|
|
@@ -570,7 +570,7 @@ function goVip() {
|
|
|
class="max-w-xl py-3"
|
|
|
style="width: 75%"
|
|
|
>
|
|
|
- <n-card :border="false" content-style="padding:0" class="bg-white dark:bg-zinc-800 rounded-lg">
|
|
|
+ <n-card :border="false">
|
|
|
<vip-pannel></vip-pannel>
|
|
|
</n-card>
|
|
|
</n-modal>
|