Browse Source

修改图片比例

SanHQin 5 tháng trước cách đây
mục cha
commit
4eab63003d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/login/loginPage.vue

+ 1 - 1
src/views/login/loginPage.vue

@@ -512,7 +512,7 @@ export default {
 .lp_left > img {
 	width: 100%;
 	height: 100%;
-	object-fit: cover;
+	object-fit: contain;
 	border-radius: 0 150px 0 0;
 }