This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
chenJinxu
/
HealthStudentWeb
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
修改 登陆页面图片大小
test
chenJinxu
11 months ago
parent
3b506eae17
commit
fc805fb9e6
1 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-2
src/views/login/login.scss
+ 4
- 2
src/views/login/login.scss
View File
@@ -14,12 +14,14 @@
flex-direction: column;
.login-bg-img {
height: 800px;
width: 800px;
padding: 5%;
@include center();
img {
height:
100%
;
width:
100%
;
height:
800px
;
width:
800px
;
object-fit: contain;
}
}
Write
Preview
Loading…
Cancel
Save