mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-02-18 02:05:38 +08:00
54 lines
2.3 KiB
JavaScript
54 lines
2.3 KiB
JavaScript
import{J as s,p as l,d,e as c,f as m,h as f,i as e,q as _,k as p}from"./vendor.42638b6b.js";var t={name:"404",setup(){const n=s();return{onGoHome:()=>{n.push("/")}}}},h="assets/404.e2f3d91a.png",B=`.error[data-v-69e91ac8] {
|
|
height: 100%;
|
|
background-color: white;
|
|
display: flex;
|
|
}
|
|
.error .error-flex[data-v-69e91ac8] {
|
|
margin: auto;
|
|
display: flex;
|
|
height: 350px;
|
|
width: 900px;
|
|
}
|
|
.error .error-flex .left[data-v-69e91ac8] {
|
|
flex: 1;
|
|
height: 100%;
|
|
align-items: center;
|
|
display: flex;
|
|
}
|
|
.error .error-flex .left .left-item .left-item-animation[data-v-69e91ac8] {
|
|
opacity: 0;
|
|
animation-name: error-num;
|
|
animation-duration: 0.5s;
|
|
animation-fill-mode: forwards;
|
|
}
|
|
.error .error-flex .left .left-item .left-item-num[data-v-69e91ac8] {
|
|
color: #d6e0f6;
|
|
font-size: 55px;
|
|
}
|
|
.error .error-flex .left .left-item .left-item-title[data-v-69e91ac8] {
|
|
font-size: 20px;
|
|
color: #333333;
|
|
margin: 15px 0 5px 0;
|
|
animation-delay: 0.1s;
|
|
}
|
|
.error .error-flex .left .left-item .left-item-msg[data-v-69e91ac8] {
|
|
color: #c0bebe;
|
|
font-size: 12px;
|
|
margin-bottom: 30px;
|
|
animation-delay: 0.2s;
|
|
}
|
|
.error .error-flex .left .left-item .left-item-btn[data-v-69e91ac8] {
|
|
animation-delay: 0.2s;
|
|
}
|
|
.error .error-flex .right[data-v-69e91ac8] {
|
|
flex: 1;
|
|
opacity: 0;
|
|
animation-name: error-img;
|
|
animation-duration: 2s;
|
|
animation-fill-mode: forwards;
|
|
}
|
|
.error .error-flex .right img[data-v-69e91ac8] {
|
|
width: 100%;
|
|
height: 100%;
|
|
}`;const o=_();l("data-v-69e91ac8");const v={class:"error"},x={class:"error-flex"},u={class:"left"},g={class:"left-item"},y=e("div",{class:"left-item-animation left-item-num"},"404",-1),b=e("div",{class:"left-item-animation left-item-title"},"\u5730\u5740\u8F93\u5165\u6709\u8BEF\uFF0C\u8BF7\u91CD\u65B0\u8F93\u5165\u5730\u5740~",-1),w=e("div",{class:"left-item-animation left-item-msg"},"\u60A8\u53EF\u4EE5\u5148\u68C0\u67E5\u7F51\u5740\uFF0C\u7136\u540E\u91CD\u65B0\u8F93\u5165",-1),k={class:"left-item-animation left-item-btn"},I=p("\u8FD4\u56DE\u9996\u9875"),z=e("div",{class:"right"},[e("img",{src:h})],-1);d();const C=o((n,a,G,r,H,S)=>{const i=c("el-button");return m(),f("div",v,[e("div",x,[e("div",u,[e("div",g,[y,b,w,e("div",k,[e(i,{type:"primary",round:"",onClick:r.onGoHome},{default:o(()=>[I]),_:1},8,["onClick"])])])]),z])])});t.render=C,t.__scopeId="data-v-69e91ac8";export default t;
|