|
@@ -203,7 +203,6 @@ function EditTop({ rowArr, pageTxt, APIobj, fileUpInfo, moreDom }: Props) {
|
|
|
<div className='Edtop1'>
|
|
<div className='Edtop1'>
|
|
|
<div className='Edtop1row Edtop1rowFull'>
|
|
<div className='Edtop1row Edtop1rowFull'>
|
|
|
<div className='Edtop1ll'>
|
|
<div className='Edtop1ll'>
|
|
|
- {' '}
|
|
|
|
|
<span>* </span>
|
|
<span>* </span>
|
|
|
{moreDom.tit || '关联藏品'}:
|
|
{moreDom.tit || '关联藏品'}:
|
|
|
</div>
|
|
</div>
|
|
@@ -215,9 +214,7 @@ function EditTop({ rowArr, pageTxt, APIobj, fileUpInfo, moreDom }: Props) {
|
|
|
src={snaps[0].thumb || snaps[0].thumbPc}
|
|
src={snaps[0].thumb || snaps[0].thumbPc}
|
|
|
srcBig={snaps[0].thumbPc || snaps[0].thumb}
|
|
srcBig={snaps[0].thumbPc || snaps[0].thumb}
|
|
|
/>
|
|
/>
|
|
|
- <div className='Edtop1rr2Txt'>
|
|
|
|
|
- {snaps[0]?.num ? snaps[0]?.num + ' - ' + snaps[0]?.name : ''}
|
|
|
|
|
- </div>
|
|
|
|
|
|
|
+ <div className='Edtop1rr2Txt'>{snaps[0]?.num + ' - ' + snaps[0]?.name}</div>
|
|
|
<div>
|
|
<div>
|
|
|
<Button
|
|
<Button
|
|
|
type='text'
|
|
type='text'
|