zs 9 달 전
부모
커밋
1b61911308
3개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/views/center/demand.vue
  2. 2 0
      src/views/center/project.vue
  3. 2 0
      src/views/center/supply.vue

+ 2 - 0
src/views/center/demand.vue

@@ -350,11 +350,13 @@ const sizeChange = (limits) => {
 }
 .dialog {
   display: flex;
+  justify-content: center;
   flex-wrap: wrap;
   margin-top: 20px;
   .list {
     position: relative;
     margin-right: 10px;
+    margin-bottom: 10px;
     width: 380px;
     height: 233px;
     box-shadow: 0 0 13px 0 rgba(5, 88, 219, 0.18);

+ 2 - 0
src/views/center/project.vue

@@ -303,11 +303,13 @@ const sizeChange = (limits) => {
 }
 .dialog {
   display: flex;
+  justify-content: center;
   flex-wrap: wrap;
   margin-top: 20px;
   .list {
     position: relative;
     margin-right: 10px;
+    margin-bottom: 10px;
     width: 380px;
     height: 233px;
     box-shadow: 0 0 13px 0 rgba(5, 88, 219, 0.18);

+ 2 - 0
src/views/center/supply.vue

@@ -348,11 +348,13 @@ const sizeChange = (limits) => {
 }
 .dialog {
   display: flex;
+  justify-content: center;
   flex-wrap: wrap;
   margin-top: 20px;
   .list {
     position: relative;
     margin-right: 10px;
+    margin-bottom: 10px;
     width: 380px;
     height: 233px;
     box-shadow: 0 0 13px 0 rgba(5, 88, 219, 0.18);