refactor: ♻️ 401和404页面图片位置移动
Former-commit-id: f92539b6353cf761b647173281998b1eadc5dc56
This commit is contained in:
|
Before Width: | Height: | Size: 160 KiB After Width: | Height: | Size: 160 KiB |
|
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 96 KiB |
|
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |
@@ -9,7 +9,7 @@ defineComponent({
|
|||||||
});
|
});
|
||||||
|
|
||||||
const state = reactive({
|
const state = reactive({
|
||||||
errGif: new URL(`../../assets/401_images/401.gif`, import.meta.url).href,
|
errGif: new URL(`../../assets/images/401.gif`, import.meta.url).href,
|
||||||
|
|
||||||
ewizardClap:
|
ewizardClap:
|
||||||
"https://wpimg.wallstcn.com/007ef517-bafd-4066-aae4-6883632d9646",
|
"https://wpimg.wallstcn.com/007ef517-bafd-4066-aae4-6883632d9646",
|
||||||
|
|||||||
@@ -15,24 +15,20 @@ function message() {
|
|||||||
<div class="wscn-http404-container">
|
<div class="wscn-http404-container">
|
||||||
<div class="wscn-http404">
|
<div class="wscn-http404">
|
||||||
<div class="pic-404">
|
<div class="pic-404">
|
||||||
<img
|
<img class="pic-404__parent" src="@/assets/images/404.png" alt="404" />
|
||||||
class="pic-404__parent"
|
|
||||||
src="@/assets/404_images/404.png"
|
|
||||||
alt="404"
|
|
||||||
/>
|
|
||||||
<img
|
<img
|
||||||
class="pic-404__child left"
|
class="pic-404__child left"
|
||||||
src="@/assets/404_images/404_cloud.png"
|
src="@/assets/images/404_cloud.png"
|
||||||
alt="404"
|
alt="404"
|
||||||
/>
|
/>
|
||||||
<img
|
<img
|
||||||
class="pic-404__child mid"
|
class="pic-404__child mid"
|
||||||
src="@/assets/404_images/404_cloud.png"
|
src="@/assets/images/404_cloud.png"
|
||||||
alt="404"
|
alt="404"
|
||||||
/>
|
/>
|
||||||
<img
|
<img
|
||||||
class="pic-404__child right"
|
class="pic-404__child right"
|
||||||
src="@/assets/404_images/404_cloud.png"
|
src="@/assets/images/404_cloud.png"
|
||||||
alt="404"
|
alt="404"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user