style: 🐛 修改店铺入驻协议样式问题
parent
0b6dcf17d1
commit
a03f908e96
|
@ -42,6 +42,7 @@
|
|||
</div>
|
||||
</template>
|
||||
<script>
|
||||
|
||||
import { agreement, applyStatus } from "@/api/shopentry";
|
||||
import firstApply from "./FirstApply";
|
||||
import secondApply from "./SecondApply";
|
||||
|
@ -152,8 +153,11 @@ export default {
|
|||
},
|
||||
},
|
||||
mounted() {
|
||||
this.getData("init");
|
||||
this.getArticle();
|
||||
|
||||
this.getData("init");
|
||||
this.getArticle();
|
||||
|
||||
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
@ -180,7 +184,7 @@ export default {
|
|||
max-height: 500px;
|
||||
::v-deep img{
|
||||
max-width: 100%;
|
||||
max-height: 200px;
|
||||
|
||||
}
|
||||
}
|
||||
.success-page {
|
||||
|
|
Loading…
Reference in New Issue