Skip to content

Commit 415c2d4

Browse files
committed
#210 fix styles for login page
1 parent ff30c10 commit 415c2d4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pages/login.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ const redirect = async () => {
4242
</div>
4343
<div
4444
class="login-form-right-block"
45-
style="
46-
background: url(&quot;/bg.jpg&quot;);
47-
background-size: cover;
48-
background-position: center center;
49-
"
45+
:style="{
46+
background: `url('/bg.jpg')`,
47+
backgroundSize: 'cover',
48+
backgroundPosition: 'center center',
49+
}"
5050
></div>
5151
</div>
5252
</div>

0 commit comments

Comments
 (0)