样式兼容

This commit is contained in:
2025-12-26 14:12:57 +08:00
parent 78bfd97e0c
commit c3bdcc8251

View File

@@ -24,10 +24,10 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.wrap { .wrap {
width: 100%; width: 100%;
height: 100%; height: 100vh;
background-image: url('@/assets/toAppBg.png'); background-image: url('@/assets/toAppBg.png');
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: cover; background-size: 100% 100%;
} }
.content { .content {
width: 100%; width: 100%;