File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const back = () => router.push('/')
19
19
<template >
20
20
<div class =" flex flex-wrap h-screen text-center justify-around items-center" >
21
21
<div class =" font-blod desc" >
22
- <div class =" text-7xl code" >401</div >
22
+ <div class =" text-7xl err- code" >401</div >
23
23
<div ref =" content" class =" text-3xl content" >您</div >
24
24
<button
25
25
active =" scale-90 transform"
@@ -35,7 +35,7 @@ const back = () => router.push('/')
35
35
</template >
36
36
37
37
<style >
38
- .code {
38
+ .err- code {
39
39
margin-bottom : 20px ;
40
40
}
41
41
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const back = () => router.push('/')
19
19
<template >
20
20
<div class =" flex flex-wrap h-screen text-center justify-around items-center" >
21
21
<div class =" font-blod desc" >
22
- <div class =" text-7xl code" >403</div >
22
+ <div class =" text-7xl err- code" >403</div >
23
23
<div ref =" content" class =" text-3xl content" ></div >
24
24
<button
25
25
active =" scale-90 transform"
@@ -35,7 +35,7 @@ const back = () => router.push('/')
35
35
</template >
36
36
37
37
<style >
38
- .code {
38
+ .err- code {
39
39
margin-bottom : 20px ;
40
40
}
41
41
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const back = () => router.push('/')
19
19
<template >
20
20
<div class =" flex flex-wrap h-screen text-center justify-around items-center" >
21
21
<div class =" font-blod desc" >
22
- <div class =" text-7xl code" >404</div >
22
+ <div class =" text-7xl err- code" >404</div >
23
23
<div ref =" content" class =" text-3xl content" >来到了</div >
24
24
<button
25
25
active =" scale-90 transform"
@@ -35,7 +35,7 @@ const back = () => router.push('/')
35
35
</template >
36
36
37
37
<style >
38
- .code {
38
+ .err- code {
39
39
margin-bottom : 20px ;
40
40
}
41
41
You can’t perform that action at this time.
0 commit comments