背景图片

This commit is contained in:
shijingjing
2023-02-10 18:32:29 +08:00
parent 4d34b2ce98
commit a640988630

View File

@@ -106,7 +106,7 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.AppSignIn { .AppSignIn {
background: url('./img/bg.png') no-repeat; background: url('./img/bg.png') no-repeat;
background-size: contain; background-size: 100% auto;
padding: 32px 32px; padding: 32px 32px;
box-sizing: border-box; box-sizing: border-box;
height: 100vh; height: 100vh;