空白页面
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
<template>
|
||||
<div class="blankPage">
|
||||
<van-icon name="clear" color="#dabb27" size="80"/>
|
||||
<div style="font-size: 20px">此页面不支持手机端查看</div>
|
||||
<van-icon name="clear" color="#dabb27" size="70"/>
|
||||
<div style="font-size: 15px;margin-top: 20px;color: #8c939d">当前任务不支持手机端处理</div>
|
||||
<el-button type="primary" size="small" style="margin-top: 30px;width: 270px;" @click="$router.go(-1)">返回</el-button>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -23,7 +24,7 @@ export default {
|
||||
@import '~@/assets/styles/phone';
|
||||
.blankPage {
|
||||
text-align: center;
|
||||
margin-top: 60%;
|
||||
margin-top: 55%;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user