fix(web): recover pre-render boot failures
This commit is contained in:
@@ -254,6 +254,7 @@ button, a { -webkit-tap-highlight-color: transparent; }
|
||||
.v2-page-skeleton i { min-height: 72px; border: 1px solid #edf1f6; border-radius: 10px; background: linear-gradient(100deg,#f4f7fb 25%,#edf3fa 38%,#f4f7fb 55%); background-size: 300% 100%; animation: v2-skeleton 1.4s ease infinite; }
|
||||
.v2-page-skeleton i:last-child { min-height: 260px; grid-column: 1 / -1; }
|
||||
.v2-route-error { display: grid; min-height: 100%; place-items: center; padding: 28px; background: #f6f8fb; }
|
||||
.v2-root-error { min-height: 100vh; }
|
||||
.v2-route-error > span { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 16px; background: #fff1f2; color: #dc2626; font-size: 24px; }
|
||||
.v2-route-error > div { width: min(560px,100%); text-align: center; }
|
||||
.v2-route-error small { color: #b45309; font-size: 10px; font-weight: 700; }
|
||||
|
||||
Reference in New Issue
Block a user