浏览代码

background color about vue component

night-cherry 4 周之前
父节点
当前提交
9366b127f5
共有 1 个文件被更改,包括 3 次插入3 次删除
  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);
 }