night-cherry hace 3 semanas
padre
commit
1ecc0f154f
Se han modificado 2 ficheros con 6 adiciones y 0 borrados
  1. 3 0
      component/approve/Login.vue
  2. 3 0
      component/approve/Register.vue

+ 3 - 0
component/approve/Login.vue

@@ -35,4 +35,7 @@ export default {
   justify-content: center;
   align-items: center;
 }
+.login div{
+  width: 100%;
+}
 </style>

+ 3 - 0
component/approve/Register.vue

@@ -45,6 +45,9 @@ export default {
   justify-content: center;
   align-items: center;
 }
+.register div{
+  width: 100%;
+}
 </style>