diff --git a/src/route/proj/edit/proj-edit-step.css b/src/route/proj/edit/proj-edit-step.css index e5e0ce6..ff1b86d 100644 --- a/src/route/proj/edit/proj-edit-step.css +++ b/src/route/proj/edit/proj-edit-step.css @@ -92,12 +92,12 @@ width: 43px; } */ .belongPeople-search .ant-input { - height: 43px; + height: 43px !important; /* line-height: 43px; */ } .belongPeople-search .ant-input-search .ant-input-group-addon:last-child .ant-btn { - height: 43px; - width: 43px; + height: 43px !important; + width: 43px !important; }