ZhaoJun 1 vuosi sitten
vanhempi
commit
90e84a3531
1 muutettua tiedostoa jossa 7 lisäystä ja 1 poistoa
  1. 7 1
      src/pages/TaskManage/Popup/WorkOrderModal.less

+ 7 - 1
src/pages/TaskManage/Popup/WorkOrderModal.less

@@ -41,9 +41,15 @@
       width: 80%;
       width: 80%;
       display: flex;
       display: flex;
       justify-content: space-between;
       justify-content: space-between;
-      align-items: flex-start;
+      align-items: flex-end;
       margin-bottom: 0.3rem;
       margin-bottom: 0.3rem;
     }
     }
+
+    .ant-steps.ant-steps-vertical
+      > .ant-steps-item
+      .ant-steps-item-description {
+      padding-bottom: 0;
+    }
   }
   }
 }
 }