Browse Source

background color about vue component

night-cherry 4 weeks ago
parent
commit
1445c4c9a5
1 changed files with 2 additions and 3 deletions
  1. 2 3
      component/approve/Register.vue

+ 2 - 3
component/approve/Register.vue

@@ -22,13 +22,12 @@ export default {
   }
   }
 }
 }
 </script>
 </script>
-
 <style scoped>
 <style scoped>
 .register{
 .register{
   width:100vw;
   width:100vw;
-  height:100vh;
+  height:50vh;
   display: flex;
   display: flex;
-  justify-content: center;
+  /* justify-content: center; */
   align-items: center;
   align-items: center;
   background-color: aqua;
   background-color: aqua;
   backdrop-filter: blur(3px);
   backdrop-filter: blur(3px);