|
|
@ -4,6 +4,7 @@ |
|
|
|
<div class="inner"> |
|
|
|
<img src="../../assets/notFound.png"> |
|
|
|
<p>页面被神秘力量吸走了,请联系我们修复</p> |
|
|
|
<p style="font-size:18px;line-height:40px;">常见问题为菜单未分配仪表盘,可自行分配仪表盘或修改默认路由</p> |
|
|
|
<p>↓</p> |
|
|
|
<img src="../../assets/qm.png" class="leftPic"> |
|
|
|
</div> |
|
|
@ -21,7 +22,7 @@ export default { |
|
|
|
<style lang="scss"> |
|
|
|
.big{ |
|
|
|
width: 100%; |
|
|
|
height: 100vh; |
|
|
|
height: calc(100vh - 220px); |
|
|
|
background-color: rgb(244,244,244); |
|
|
|
position: relative; |
|
|
|
} |
|
|
|