diff --git a/src/App.vue b/src/App.vue index 29b177f4..a3e4360f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -90,8 +90,12 @@ export default { font-weight: bold; font-style: normal; } -.el-message-box { - vertical-align: super !important; +@media only screen and (max-width: 844px) { + .el-message-box { + position: absolute !important; + top: 30vh !important; + left: 10vh !important; + } } body { font-family: 'Open Sans', sans-serif;