소스 검색

background color about vue component

night-cherry 4 주 전
부모
커밋
1445c4c9a5
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      component/approve/Register.vue

+ 2 - 3
component/approve/Register.vue

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