样式修改

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

View File

@ -55,9 +55,9 @@ export default function Head() {
// 邀请码返利比例
const [icRebateRatio, seticRebateRatio] = useState('')
// 全托管分账
const [icPriceAll,seticPriceAll] = useState(0)
const [icPriceAll, seticPriceAll] = useState(0)
// 写材料分账
const [icPriceMaterial,seticPriceMaterial] = useState(0)
const [icPriceMaterial, seticPriceMaterial] = useState(0)
// 获取邀请码申请状态
const getIcStatus = () => {
get<any>({
@ -84,8 +84,8 @@ export default function Head() {
setInvNum(data.ic)
setBindingInvNum(data.relationIc)
seticRebateRatio(data.icRebateRatio)
seticPriceAll(Number(data.icPriceAll)/100 * Number(data.icRebateRatio)/100)
seticPriceMaterial(Number(data.icPriceMaterial)/100* Number(data.icRebateRatio)/100)
seticPriceAll(Number(data.icPriceAll) / 100 * Number(data.icRebateRatio) / 100)
seticPriceMaterial(Number(data.icPriceMaterial) / 100 * Number(data.icRebateRatio) / 100)
if (data.ic == '') {
getIcStatus()
}
@ -422,7 +422,9 @@ export default function Head() {
</div>
<div className='headLine'></div>
<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=系统操作流程')
}}>
<QuestionCircleOutlined />
</div>
@ -629,7 +631,7 @@ export default function Head() {
{icRebateRatio ?
(<div>
<div> {icRebateRatio}%</div>
<div style={{paddingBottom:20}}>:{icPriceAll}:{icPriceMaterial}</div>
<div style={{ paddingBottom: 20 }}>:{icPriceAll}:{icPriceMaterial}</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' }}>
</Button>
<div className='belongPeople-search'>
<Search placeholder="请输入持有者名称搜索对应信息" onSearch={applicantPeopleSearch} style={{ width: '353px', height: '43px' }} />
<div className='belongPeople-search' style={{height:43}}>
<Search placeholder="请输入持有者名称搜索对应信息" onSearch={applicantPeopleSearch} style={{ width: '353px' }} />
</div>
</div>
<div className='showInfo'>
@ -1111,7 +1111,7 @@ export default function ProjEditStep2(props: any) {
handleOk
}
width={1280}
width={1220}
// 确认按钮样式
okButtonProps={{ size: 'large', style: { display: belongTitle == '查看所属者' ? 'none' : 'block' } }}
// 返回按钮样式
@ -1126,7 +1126,7 @@ export default function ProjEditStep2(props: any) {
<div className='belongPeople-Mtop'>
{belongTitle}
</div>
<div>
<div style={{width:1200}}>
<Form
name="belongInfo"
form={formBelong}
@ -1486,7 +1486,7 @@ export default function ProjEditStep2(props: any) {
}
width={745}
// 确认按钮样式
okButtonProps={{ size: 'large', style: { display: contactTitle == '查看联系人' ? 'none' : 'block' } }}
okButtonProps={{ size: 'large', style: { display: contactTitle == '查看联系人' ? 'none' : 'unset' } }}
// 返回按钮样式
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' }}>
</Button>
<div className='belongPeople-search'>
<div className='belongPeople-search' style={{height:43}}>
<Search placeholder="请输入持有者名称搜索对应信息模板" onSearch={belongPeopleSearch} style={{ width: '353px', height: '43px' }} />
</div>
<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' }}>
</Button>
<div className='belongPeople-search'>
<div className='belongPeople-search' style={{height:43}}>
<Search placeholder="请输入持有者名称搜索对应信息" onSearch={applicantPeopleSearch} style={{ width: '353px', height: '43px' }} />
</div>
</div>
@ -853,7 +853,7 @@ export default function ProjEditStep2() {
}
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' } }}
onCancel={() => {