404页面
居中布局
<el-row type="flex" justify="center">
<el-col :xs="24" :sm="12">
<div class="four_zero_four_bg">
<h1 class="text-center">404</h1>
</div>
<div class="contant_box_404">
<h3 class="h2">Look like you're lost</h3>
<p>the page you are looking for not avaible!</p>
<el-button type="success" @click="handlegoHome">Go to Home</el-button>
</div>
</el-col>
</el-row>CSS设置背景
路由跳转事件
Last updated