样式修改

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' }}>
</Button>
<div className='belongPeople-search' style={{ height: 43 }}>
<Search placeholder="请输入持有者名称搜索对应信息模板" onSearch={belongPeopleSearch} style={{ width: '353px', height: '43px' }} />
<div className='belongPeople-search' >
<Search placeholder="请输入持有者名称搜索对应信息模板" onSearch={belongPeopleSearch} style={{ width: '353px' }} />
</div>
<div className='belongPeople-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' }}>
</Button>
<div className='belongPeople-search'>
<Search placeholder="请输入持有者名称搜索对应信息模板" onSearch={belongPeopleSearch} style={{ width: '353px', height: '43px' }} />
<div className='belongPeople-search'
// style={{ height: '43px' }}
>
<Search placeholder="请输入持有者名称搜索对应信息模板" onSearch={belongPeopleSearch}
style={{ width: '353px' }}
className="custom-search"
/>
</div>
<div className='belongPeople-select'>
<Select

View File

@ -83,14 +83,23 @@
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;
}
.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; */