@@ -67,6 +67,9 @@
.taskCheckItem {
font-size: 28px;
padding: 10px;
+ height: 80px;
+ display: flex;
+ align-items: center;
}
.handleModal {
@@ -74,12 +77,17 @@
.ant-modal-title {
+ .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-input {
- height: 40px;
.ant-btn {
@@ -96,6 +104,9 @@
width: 9px;
+ .ant-picker {