@@ -123,7 +123,7 @@ body,
.el-container {
height: 100vh;
- width: 100vw;
+ width: 100%;
margin: 0;
padding: 0;
}
@@ -97,8 +97,6 @@ onActivated(() => {
<style lang="scss" scoped>
.container {
position: relative;
- height: 100vh;
background-color: #eef0f3;
.box {
@@ -162,8 +160,6 @@ onActivated(() => {
@media screen and (max-width: 750px) {
.container .box {
box-shadow: none;
left: 0;
top: 0;