Skip to content

Commit

Permalink
fix: 修复 403/404 页面图标尺寸
Browse files Browse the repository at this point in the history
  • Loading branch information
hooray committed Sep 26, 2023
1 parent 3372a85 commit 39ade14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/components/NotAllowed/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ function goBack() {
@include position-center(xy);
.icon {
width: 400px;
height: 400px;
font-size: 400px;
}
.content {
Expand Down
3 changes: 1 addition & 2 deletions src/views/[...all].vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ function goBack() {
@include position-center(xy);
.icon {
width: 400px;
height: 400px;
font-size: 400px;
}
.content {
Expand Down

0 comments on commit 39ade14

Please sign in to comment.