Skip to content

Commit

Permalink
refactor: 404页面样式更改
Browse files Browse the repository at this point in the history
  • Loading branch information
yuntian001 committed Sep 28, 2022
1 parent ad852ff commit 54c8108
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/views/404.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
justify-content: center;
width: 100%;
height: 100%;
font-size: 1.2rem;
img {
width: 100%;
max-width: 500px;
Expand All @@ -31,17 +31,17 @@
align-items: center;
.title {
font-size: 1.2em;
font-size: 1.5em;
}
.content {
margin: 10px 0;
margin: 1.5em 0;
color: var(--el-text-color-placeholder);
display: flex;
align-items: center;
a {
margin-left: 10px;
margin-left: 1em;
color: var(--el-color-primary);
}
}
Expand Down

0 comments on commit 54c8108

Please sign in to comment.