样式兼容
This commit is contained in:
@@ -24,10 +24,10 @@ export default {
|
||||
<style lang="scss" scoped>
|
||||
.wrap {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
height: 100vh;
|
||||
background-image: url('@/assets/toAppBg.png');
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
.content {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user