Ver código fonte

theme design

night-cherry 3 semanas atrás
pai
commit
1ecc0f154f
2 arquivos alterados com 6 adições e 0 exclusões
  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>