wenbobowen 4 năm trước cách đây
mục cha
commit
fabb2e6dc4
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      src/views/projectManage/taskList/taskViewDetail.vue

+ 3 - 3
src/views/projectManage/taskList/taskViewDetail.vue

@@ -234,7 +234,7 @@
             </div>
           </section>
           <el-container>
-            <el-main style="padding: 0;">
+            <el-main style="padding: 0 10px;">
               <schedule-list :id="taskId" ref="taskSchedule" :showunlock="showunlock" :type-list="taskScheduleEvent" class-name="white" @updataData="getSchedule" />
               <div v-if="form_query.status >= 70" class="border-top">
                 <el-divider />
@@ -1056,7 +1056,7 @@ export default {
   .task-help-tips {
     display: flex;
     flex-direction: column;
-    margin: 0 20px;
+    margin: 0 30px;
     padding: 15px 13px 5px;
     border-radius: 4px;
     background-color: rgba(64, 158, 255,0.1);
@@ -1083,7 +1083,7 @@ export default {
   .schedule-control {
     display: flex;
     justify-content: flex-end;
-    margin: 5px 0px;
+    margin: 5px 10px;
   }
   .detail-info {
     padding: 0 34px 20px 34px;