ZhaoJun 1 年之前
父节点
当前提交
90e84a3531
共有 1 个文件被更改,包括 7 次插入1 次删除
  1. 7 1
      src/pages/TaskManage/Popup/WorkOrderModal.less

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

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