Skip to content

Commit 2a5600d

Browse files
author
reco_luan
committed
fix: fix password page animation
1 parent 1c01c4c commit 2a5600d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/Password.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div class="password-shadow" :class="{'is-home': !isPage}">
3-
<Background></Background>
3+
<Background />
44
<h3 class="title">{{isPage ? $frontmatter.title : $site.title}}</h3>
55
<p class="description" v-if="!isPage">{{$site.description}}</p>
66
<label class="inputBox" id="box">
@@ -106,9 +106,9 @@ export default {
106106
.password-shadow {
107107
width 100vw;
108108
height 100vh;
109-
background #fff
110109
position relative
111110
padding-left: 20rem;
111+
// background-image: radial-gradient(ellipse farthest-corner at center top,#497EC6 0,#000105 100%);
112112
.title {
113113
position: absolute;
114114
left 0

0 commit comments

Comments
 (0)