|
@@ -5,7 +5,7 @@
|
|
|
<p>非常抱歉,您访问的页面不存在!</p>
|
|
|
<el-button
|
|
|
type="primary"
|
|
|
- icon="icon icon-arrow-right"
|
|
|
+ icon="el-icon-arrow-left"
|
|
|
@click="$router.replace({ name: 'Home' })"
|
|
|
>返回首页</el-button
|
|
|
>
|
|
@@ -25,7 +25,8 @@ export default {
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
.not-found-content {
|
|
|
- color: #fff;
|
|
|
+ color: #333;
|
|
|
+ background: transparent;
|
|
|
h1 {
|
|
|
font-size: 150px;
|
|
|
line-height: 1;
|