From a97f726c904ede6d4d0d469ece44f1da0d501ca6 Mon Sep 17 00:00:00 2001 From: xixi <123@qq.com> Date: Fri, 16 Aug 2024 10:13:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/BelongPeople/BelongPeople.tsx | 4 ++-- src/route/proj/edit/ProjEditStep2.tsx | 9 +++++++-- src/route/proj/edit/proj-edit-step.css | 20 ++++++++++++++++---- 3 files changed, 25 insertions(+), 8 deletions(-) diff --git a/src/components/BelongPeople/BelongPeople.tsx b/src/components/BelongPeople/BelongPeople.tsx index 34476d0..79bbd69 100644 --- a/src/components/BelongPeople/BelongPeople.tsx +++ b/src/components/BelongPeople/BelongPeople.tsx @@ -442,8 +442,8 @@ export default function BelongPeople(props: propsInfo) { }} type="primary" icon={} style={{ width: "160px", height: '43px', fontSize: '14px' }}> 创建所属者 -
- +
+
.ant-input { +/* .belongPeople-search .css-dev-only-do-not-override-1ae8k9u.ant-input-group>.ant-input { height: 43px; } .belongPeople-search .css-dev-only-do-not-override-1ae8k9u.ant-input-search>.ant-input-group>.ant-input-group-addon:last-child .ant-input-search-button { height: 43px; width: 43px; +} */ +.belongPeople-search .ant-input { + height: 43px; + /* line-height: 43px; */ } +.belongPeople-search .ant-input-search .ant-input-group-addon:last-child .ant-btn { + height: 43px; + width: 43px; + } + .belongPeople-bot { margin-top: 13px; @@ -302,10 +311,12 @@ /* cursor: pointer; */ } + /* 选择页面样式 */ -.pageImg{ +.pageImg { cursor: pointer; } + .page-img-select { /* margin-left: 10px; */ width: 500px; @@ -361,7 +372,7 @@ } .page-img-select.page-img-selected { - border:1px solid var(--color-primary); + border: 1px solid var(--color-primary); } .page-img-select.page-img-selected .page-title .checkbox { @@ -383,7 +394,8 @@ text-overflow: ellipsis; text-align: left; } -.pagination{ + +.pagination { margin-top: 10px; margin-bottom: 10px; /* background-color: pink; */