样式修改

This commit is contained in:
xixi 2024-08-16 10:13:58 +08:00
parent 0d49e8b7f5
commit a97f726c90
3 changed files with 25 additions and 8 deletions

View File

@ -442,8 +442,8 @@ export default function BelongPeople(props: propsInfo) {
}} type="primary" icon={<FolderAddOutlined style={{ fontSize: '18px' }} />} style={{ width: "160px", height: '43px', fontSize: '14px' }}> }} type="primary" icon={<FolderAddOutlined style={{ fontSize: '18px' }} />} style={{ width: "160px", height: '43px', fontSize: '14px' }}>
</Button> </Button>
<div className='belongPeople-search' style={{ height: 43 }}> <div className='belongPeople-search' >
<Search placeholder="请输入持有者名称搜索对应信息模板" onSearch={belongPeopleSearch} style={{ width: '353px', height: '43px' }} /> <Search placeholder="请输入持有者名称搜索对应信息模板" onSearch={belongPeopleSearch} style={{ width: '353px' }} />
</div> </div>
<div className='belongPeople-select'> <div className='belongPeople-select'>
<Select <Select

View File

@ -674,8 +674,13 @@ export default function ProjEditStep2(props: any) {
}} type="primary" icon={<FolderAddOutlined style={{ fontSize: '18px' }} />} style={{ width: "160px", height: '43px', fontSize: '14px' }}> }} type="primary" icon={<FolderAddOutlined style={{ fontSize: '18px' }} />} style={{ width: "160px", height: '43px', fontSize: '14px' }}>
</Button> </Button>
<div className='belongPeople-search'> <div className='belongPeople-search'
<Search placeholder="请输入持有者名称搜索对应信息模板" onSearch={belongPeopleSearch} style={{ width: '353px', height: '43px' }} /> // style={{ height: '43px' }}
>
<Search placeholder="请输入持有者名称搜索对应信息模板" onSearch={belongPeopleSearch}
style={{ width: '353px' }}
className="custom-search"
/>
</div> </div>
<div className='belongPeople-select'> <div className='belongPeople-select'>
<Select <Select

View File

@ -83,14 +83,23 @@
margin-left: 27px; margin-left: 27px;
} }
.belongPeople-search .css-dev-only-do-not-override-1ae8k9u.ant-input-group>.ant-input { /* .belongPeople-search .css-dev-only-do-not-override-1ae8k9u.ant-input-group>.ant-input {
height: 43px; 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 { .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; height: 43px;
width: 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 { .belongPeople-bot {
margin-top: 13px; margin-top: 13px;
@ -302,10 +311,12 @@
/* cursor: pointer; */ /* cursor: pointer; */
} }
/* 选择页面样式 */ /* 选择页面样式 */
.pageImg { .pageImg {
cursor: pointer; cursor: pointer;
} }
.page-img-select { .page-img-select {
/* margin-left: 10px; */ /* margin-left: 10px; */
width: 500px; width: 500px;
@ -383,6 +394,7 @@
text-overflow: ellipsis; text-overflow: ellipsis;
text-align: left; text-align: left;
} }
.pagination { .pagination {
margin-top: 10px; margin-top: 10px;
margin-bottom: 10px; margin-bottom: 10px;