404 页面同步更新样式
Former-commit-id: ba458736b5f8b448a21d4a42e88a4487bbc6447d [formerly ba458736b5f8b448a21d4a42e88a4487bbc6447d [formerly ba458736b5f8b448a21d4a42e88a4487bbc6447d [formerly ba458736b5f8b448a21d4a42e88a4487bbc6447d [formerly e6558b8582fd79c77ed3a488210362ba6349b716 [formerly d27a0573758b5eff85c7bda284301b5b178c14eb]]]]] Former-commit-id: ccc355dd0527c21ee4146a540e7ffd66097dc111 Former-commit-id: 790d00b2548a876883465e23ed70645582c6a48e Former-commit-id: bb1408c0525afa5a60481df5b3621f28afa8aef2 [formerly 18934caf62354d28c21171fb02190f3b2ad81a26] Former-commit-id: 1e72b5ed7d44cf67ff9eaebb924c79e93a2c5769 Former-commit-id: 0715ff78402dd3c70cfdff795c428111e0c75467 Former-commit-id: ca0fab6e289453ea2ba82ef0fa36a013c76ab0b7 Former-commit-id: f2e27c288c54e194867fb57ea24ec0292e5038fd Former-commit-id: 171622394883d7b14b1f6da9449f3d38936e46dd
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="page">
|
<div class="page">
|
||||||
<p class="page_title">page not found</p>
|
<p class="page_title">404 page not found</p>
|
||||||
<el-button class="d2-mt" @click="$router.replace({ path: '/' })">
|
<el-button class="d2-mt" @click="$router.replace({ path: '/' })">
|
||||||
返回首页
|
返回首页
|
||||||
</el-button>
|
</el-button>
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
@import '~@/assets/style/public.scss';
|
@import '~@/assets/style/public.scss';
|
||||||
.page {
|
.page {
|
||||||
background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%), radial-gradient(at top center, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.40) 120%) #989898;
|
background: #303133;
|
||||||
background-blend-mode: multiply,multiply;
|
background-blend-mode: multiply,multiply;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user