Explorar el Código

修改图片比例

SanHQin hace 5 meses
padre
commit
4eab63003d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 }