样式修改

This commit is contained in:
xixi 2024-08-14 16:36:35 +08:00
parent 464ee8d804
commit 57e31e2540
2 changed files with 4 additions and 4 deletions

View File

@ -387,7 +387,7 @@ export default function BelongPeople(props: propsInfo) {
return (
<>
<div style={{ height: props.isShow ? 600 :510 , overflow: 'auto', background: 'var(--color-light)', position: 'relative' }}>
<div style={{ height: props.isShow ? 630 :540 , overflow: 'hidden', background: 'var(--color-light)', position: 'relative' }}>
{contextHolder}
@ -399,7 +399,7 @@ export default function BelongPeople(props: propsInfo) {
{title: '基本信息'},
]}
/> */}
<div style={{ height: '100%', background: 'var(--color-light)' }}>
<div style={{ height: '100%',padding: '22px 15px 1px 15px', background: 'var(--color-light)' }}>
<div className="form-container" style={{ padding: 0 }} >

View File

@ -195,10 +195,10 @@ export default function ContactPeople(props: any) {
}, [])
return (
// <div style={{ height: props.isShow ? `${height - 80}px`:`${height - 160}px`, overflow: 'auto', position: 'relative' }}>
<div style={{ height: props.isShow ? 623 : 540, overflow: 'auto', position: 'relative' }}>
<div style={{ height: props.isShow ? 628 : 545, overflow: 'hidden', position: 'relative' }}>
{contextHolder}
<div style={{ padding: '22px 15px 10px 15px', background: 'var(--color-light)' }}>
<div style={{ padding: '22px 15px 15px 15px', background: 'var(--color-light)' }}>
<div style={{ padding: '14px 19px', background: '#F3F3F3', color: '#A3A3A3', fontSize: '14px' }}>
线
</div>