|
@@ -324,7 +324,7 @@ function A1IupFile({
|
|
))}
|
|
))}
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- <div className="A1OMain">
|
|
|
|
|
|
+ <div className="A1OMain" id='A1OMain'>
|
|
<Dragger {...FileProps}>
|
|
<Dragger {...FileProps}>
|
|
<p className="ant-upload-drag-icon">
|
|
<p className="ant-upload-drag-icon">
|
|
<InboxOutlined rev={undefined} />
|
|
<InboxOutlined rev={undefined} />
|
|
@@ -374,6 +374,7 @@ function A1IupFile({
|
|
{/* 下拉框 */}
|
|
{/* 下拉框 */}
|
|
<div className="A1IUselect">
|
|
<div className="A1IUselect">
|
|
<Select
|
|
<Select
|
|
|
|
+ getPopupContainer={()=>document.querySelector('#A1OMain')!}
|
|
style={{ width: 200 }}
|
|
style={{ width: 200 }}
|
|
placeholder="请选择"
|
|
placeholder="请选择"
|
|
value={v.mySelect.value || undefined}
|
|
value={v.mySelect.value || undefined}
|