登录相关页和首页组件适配
This commit is contained in:
@@ -41,7 +41,7 @@ watch(
|
||||
|
||||
<template>
|
||||
<view
|
||||
class="container"
|
||||
class="s-modal"
|
||||
v-if="showContainer"
|
||||
:style="{ opacity: show ? 1 : 0 }"
|
||||
@click="onClose"
|
||||
@@ -68,7 +68,7 @@ watch(
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
.container {
|
||||
.s-modal {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
||||
Reference in New Issue
Block a user