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