feat: 完成渠道商限制
This commit is contained in:
@@ -4,5 +4,11 @@
|
||||
<template>
|
||||
<router-view />
|
||||
</template>
|
||||
<!-- 全局样式 -->
|
||||
|
||||
<style scoped lang="scss"></style>
|
||||
<style>
|
||||
.popover-content
|
||||
{
|
||||
z-index: 99;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -216,7 +216,7 @@ function openVipGuide() {
|
||||
</template>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.popover-content {
|
||||
.popover-content{
|
||||
width: 520px;
|
||||
height: 520px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user