登录相关页和首页组件适配

This commit is contained in:
kron
2025-11-26 16:05:30 +08:00
parent 6830136957
commit ec48de4970
10 changed files with 239 additions and 197 deletions
+2 -2
View File
@@ -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;