zhulizhen 5 년 전
부모
커밋
1cbe9739e1
3개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/point/config_point/steps/step1.vue
  2. 1 0
      src/views/point/config_point/steps/step2.vue
  3. 1 0
      src/views/point/config_point/steps/step3.vue

+ 1 - 0
src/views/point/config_point/steps/step1.vue

@@ -499,6 +499,7 @@
             flex: 1;
             overflow: hidden;
             position: relative;
+            margin: 0 10px;
         }
     }
 </style>

+ 1 - 0
src/views/point/config_point/steps/step2.vue

@@ -331,6 +331,7 @@
             flex: 1;
             overflow: hidden;
             position: relative;
+            margin: 0 10px;
         }
     }
 </style>

+ 1 - 0
src/views/point/config_point/steps/step3.vue

@@ -218,6 +218,7 @@
             flex: 1;
             overflow: hidden;
             position: relative;
+            margin: 0 10px;
         }
     }
 </style>