ZhaoJun 1 year ago
parent
commit
5d50e49d06
1 changed files with 12 additions and 1 deletions
  1. 12 1
      src/pages/TaskManage/components/MandateDetail.less

+ 12 - 1
src/pages/TaskManage/components/MandateDetail.less

@@ -67,6 +67,9 @@
 .taskCheckItem {
 .taskCheckItem {
   font-size: 28px;
   font-size: 28px;
   padding: 10px;
   padding: 10px;
+  height: 80px;
+  display: flex;
+  align-items: center;
 }
 }
 
 
 .handleModal {
 .handleModal {
@@ -74,12 +77,17 @@
     .ant-modal-title {
     .ant-modal-title {
       font-size: 28px;
       font-size: 28px;
     }
     }
+    .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
+      height: 60px;
+      padding-top: 15px;
+    }
     .ant-form-item .ant-form-item-label > label {
     .ant-form-item .ant-form-item-label > label {
       font-size: 28px;
       font-size: 28px;
+      height: 60px;
     }
     }
     .ant-input {
     .ant-input {
       font-size: 28px;
       font-size: 28px;
-      height: 40px;
+      height: 60px;
     }
     }
     .ant-btn {
     .ant-btn {
       font-size: 28px;
       font-size: 28px;
@@ -96,6 +104,9 @@
         width: 9px;
         width: 9px;
       }
       }
     }
     }
+    .ant-picker {
+      height: 60px;
+    }
   }
   }
 }
 }