样式修改

This commit is contained in:
xixi 2024-08-15 17:57:24 +08:00
parent 57e31e2540
commit c503f898af
5 changed files with 24 additions and 22 deletions

View File

@ -442,7 +442,7 @@ 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'> <div className='belongPeople-search' style={{height:43}}>
<Search placeholder="请输入持有者名称搜索对应信息模板" onSearch={belongPeopleSearch} style={{ width: '353px', height: '43px' }} /> <Search placeholder="请输入持有者名称搜索对应信息模板" onSearch={belongPeopleSearch} style={{ width: '353px', height: '43px' }} />
</div> </div>
<div className='belongPeople-select'> <div className='belongPeople-select'>
@ -798,9 +798,9 @@ export default function BelongPeople(props: propsInfo) {
handleOk handleOk
} }
width={1280} width={1220}
// 确认按钮样式 // 确认按钮样式
okButtonProps={{ size: 'large', style: { display: belongTitle == '查看所属者' ? 'none' : 'block' } }} okButtonProps={{ size: 'large', style: { display: belongTitle == '查看所属者' ? 'none' : 'unset' } }}
// 返回按钮样式 // 返回按钮样式
cancelButtonProps={{ size: 'large' }} cancelButtonProps={{ size: 'large' }}
onCancel={() => { onCancel={() => {
@ -814,7 +814,7 @@ export default function BelongPeople(props: propsInfo) {
<div className='belongPeople-Mtop'> <div className='belongPeople-Mtop'>
{belongTitle} {belongTitle}
</div> </div>
<div> <div style={{width:1200}}>
<Form <Form
name="belongInfo" name="belongInfo"
form={formBelong} form={formBelong}
@ -938,7 +938,7 @@ export default function BelongPeople(props: propsInfo) {
<Col span={12}> <Col span={12}>
<div className='blongNameInt blongSmallNamel'> <div className='blongNameInt blongSmallNamel'>
<div className='blongTitle blongsmallTitle '>{belongShow == 'PERSONAL' ? '身份证号' : '统一社会信用代码'}:</div> <div className='blongTitle blongsmallTitle '>{belongShow == 'PERSONAL' ? '身份证号' : '统一社会信用代码'}</div>
<Form.Item<BelongPeopleType> <Form.Item<BelongPeopleType>
// label="证件号" // label="证件号"
@ -959,7 +959,7 @@ export default function BelongPeople(props: propsInfo) {
<Row gutter={15}> <Row gutter={15}>
<Col span={12}> <Col span={12}>
<div className='blongNameInt blongSmallNamel'> <div className='blongNameInt blongSmallNamel'>
<div className='blongTitle blongsmallTitle '>:</div> <div className='blongTitle blongsmallTitle '></div>
<Form.Item<BelongPeopleType> <Form.Item<BelongPeopleType>
// label="省市" // label="省市"

View File

@ -212,8 +212,8 @@ export default function ContactPeople(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' style={{height:43}}>
<Search placeholder="请输入持有者名称搜索对应信息" onSearch={applicantPeopleSearch} style={{ width: '353px', height: '43px' }} /> <Search placeholder="请输入持有者名称搜索对应信息" onSearch={applicantPeopleSearch} style={{ width: '353px'}} />
</div> </div>
</div> </div>
<div className='showInfo' style={{ display: props.isShow ? 'block' : 'none' }}> <div className='showInfo' style={{ display: props.isShow ? 'block' : 'none' }}>
@ -422,7 +422,7 @@ export default function ContactPeople(props: any) {
} }
width={745} width={745}
// 确认按钮样式 // 确认按钮样式
okButtonProps={{ size: 'large', style: { display: contactTitle == '查看联系人' ? 'none' : 'block' } }} okButtonProps={{ size: 'large', style: { display: contactTitle == '查看联系人' ? 'none' : 'unset' } }}
// 返回按钮样式 // 返回按钮样式
cancelButtonProps={{ size: 'large', style: {} }} cancelButtonProps={{ size: 'large', style: {} }}

View File

@ -422,7 +422,9 @@ export default function Head() {
</div> </div>
<div className='headLine'></div> <div className='headLine'></div>
<div className='head-nav' title='系统操作流程' onClick={() => { <div className='head-nav' title='系统操作流程' onClick={() => {
// window.open(`https://www.aimzhu.com/operator/route/agreementportal/view?agreementId=${DevUserId}&title=系统操作流程`)
window.open('https://www.aimzhu.com/operator/route/agreementportal/view?agreementId=c0c5683a-bef3-40c3-8395-900a362ea234&title=系统操作流程') window.open('https://www.aimzhu.com/operator/route/agreementportal/view?agreementId=c0c5683a-bef3-40c3-8395-900a362ea234&title=系统操作流程')
}}> }}>
<QuestionCircleOutlined /> <QuestionCircleOutlined />
</div> </div>

View File

@ -866,8 +866,8 @@ 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' style={{height:43}}>
<Search placeholder="请输入持有者名称搜索对应信息" onSearch={applicantPeopleSearch} style={{ width: '353px', height: '43px' }} /> <Search placeholder="请输入持有者名称搜索对应信息" onSearch={applicantPeopleSearch} style={{ width: '353px' }} />
</div> </div>
</div> </div>
<div className='showInfo'> <div className='showInfo'>
@ -1111,7 +1111,7 @@ export default function ProjEditStep2(props: any) {
handleOk handleOk
} }
width={1280} width={1220}
// 确认按钮样式 // 确认按钮样式
okButtonProps={{ size: 'large', style: { display: belongTitle == '查看所属者' ? 'none' : 'block' } }} okButtonProps={{ size: 'large', style: { display: belongTitle == '查看所属者' ? 'none' : 'block' } }}
// 返回按钮样式 // 返回按钮样式
@ -1126,7 +1126,7 @@ export default function ProjEditStep2(props: any) {
<div className='belongPeople-Mtop'> <div className='belongPeople-Mtop'>
{belongTitle} {belongTitle}
</div> </div>
<div> <div style={{width:1200}}>
<Form <Form
name="belongInfo" name="belongInfo"
form={formBelong} form={formBelong}
@ -1486,7 +1486,7 @@ export default function ProjEditStep2(props: any) {
} }
width={745} width={745}
// 确认按钮样式 // 确认按钮样式
okButtonProps={{ size: 'large', style: { display: contactTitle == '查看联系人' ? 'none' : 'block' } }} okButtonProps={{ size: 'large', style: { display: contactTitle == '查看联系人' ? 'none' : 'unset' } }}
// 返回按钮样式 // 返回按钮样式
cancelButtonProps={{ size: 'large', style: {} }} cancelButtonProps={{ size: 'large', style: {} }}

View File

@ -612,7 +612,7 @@ export default function ProjEditStep2() {
}} 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' style={{height:43}}>
<Search placeholder="请输入持有者名称搜索对应信息模板" onSearch={belongPeopleSearch} style={{ width: '353px', height: '43px' }} /> <Search placeholder="请输入持有者名称搜索对应信息模板" onSearch={belongPeopleSearch} style={{ width: '353px', height: '43px' }} />
</div> </div>
<div className='belongPeople-select'> <div className='belongPeople-select'>
@ -714,7 +714,7 @@ export default function ProjEditStep2() {
}} 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' style={{height:43}}>
<Search placeholder="请输入持有者名称搜索对应信息" onSearch={applicantPeopleSearch} style={{ width: '353px', height: '43px' }} /> <Search placeholder="请输入持有者名称搜索对应信息" onSearch={applicantPeopleSearch} style={{ width: '353px', height: '43px' }} />
</div> </div>
</div> </div>
@ -853,7 +853,7 @@ export default function ProjEditStep2() {
} }
width={1280} width={1280}
// 确认按钮样式 // 确认按钮样式
okButtonProps={{ style: { width: '102px', height: '49px', background: '#FFBA00', fontSize: '18px', color: '#FFFFFF', display: belongTitle == '查看所属者' ? 'none' : 'block' } }} okButtonProps={{ style: { width: '102px', height: '49px', background: '#FFBA00', fontSize: '18px', color: '#FFFFFF', display: belongTitle == '查看所属者' ? 'none' : 'unset' } }}
// 返回按钮样式 // 返回按钮样式
cancelButtonProps={{ style: { border: 'none', width: '102px', height: '49px', background: '#F3F3F3', fontSize: '18px', color: '#8C8C8C' } }} cancelButtonProps={{ style: { border: 'none', width: '102px', height: '49px', background: '#F3F3F3', fontSize: '18px', color: '#8C8C8C' } }}
onCancel={() => { onCancel={() => {