Răsfoiți Sursa

background color about vue component

night-cherry 4 săptămâni în urmă
părinte
comite
9366b127f5
1 a modificat fișierele cu 3 adăugiri și 3 ștergeri
  1. 3 3
      component/approve/Register.vue

+ 3 - 3
component/approve/Register.vue

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