refactor: 优化前端项目 images 目录结构
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
</div>
|
||||
</el-col>
|
||||
<el-col :xs="24" :span="12">
|
||||
<img src="@/assets/images/401.svg" class="w-full" />
|
||||
<img src="@/assets/images/error/401.svg" class="w-full" />
|
||||
</el-col>
|
||||
</el-row>
|
||||
</div>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="wh-full mx-auto flex-center flex-col lg:flex-row">
|
||||
<img class="min-w-[23.4375rem] sm:w-150" src="@/assets/images/404.svg" alt="404" />
|
||||
<img class="min-w-[23.4375rem] sm:w-150" src="@/assets/images/error/404.svg" alt="404" />
|
||||
<div class="w-75">
|
||||
<div class="oops mb-5 text-[2rem] font-bold">OOPS</div>
|
||||
<div class="info text-gray mb-7 text-[0.8125rem]">
|
||||
|
||||
@@ -166,7 +166,7 @@ const formComponents = {
|
||||
inset: 0;
|
||||
z-index: -2;
|
||||
content: "";
|
||||
background: url("@/assets/images/login-bg.svg") center/cover no-repeat;
|
||||
background: url("@/assets/images/login/bg.svg") center/cover no-repeat;
|
||||
}
|
||||
|
||||
&::after {
|
||||
@@ -230,7 +230,7 @@ const formComponents = {
|
||||
--auth-button-warning-shadow: 0 14px 26px rgba(211, 142, 38, 0.24);
|
||||
|
||||
&::before {
|
||||
background-image: url("@/assets/images/login-bg-dark.svg");
|
||||
background-image: url("@/assets/images/login/bg-dark.svg");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user