Explorar el Código

Merge branch 'master' of http://119.23.210.103:3000/wy/lh_firm_former

cfort hace 3 años
padre
commit
93cdda9738
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      src/views/system/login/page.vue

+ 4 - 4
src/views/system/login/page.vue

@@ -87,14 +87,14 @@ export default {
 }
 
 .login-title {
-    font-size: 30px;
+    font-size: 26px;
     color: #01a39e;
 }
 .logoImg {
-    width: 50px;
-    height: 50px;
+    width: 30px;
+    height: 30px;
     position: relative;
-    top: 10px;
+    top: 5px;
 }
 </style>