chore: upgrade antd lib to 5.25.4
This commit is contained in:
@@ -293,7 +293,12 @@ const ModelItem: React.FC<ModelItemProps> = forwardRef((props, ref) => {
|
||||
</Dropdown>
|
||||
<Popover
|
||||
autoAdjustOverflow={true}
|
||||
overlayInnerStyle={{ width: 375, paddingInline: 0 }}
|
||||
styles={{
|
||||
body: {
|
||||
width: 375,
|
||||
paddingInline: 0
|
||||
}
|
||||
}}
|
||||
content={
|
||||
<OverlayScroller
|
||||
maxHeight={500}
|
||||
|
||||
@@ -38,7 +38,7 @@ const AddWorker: React.FC<ViewModalProps> = (props) => {
|
||||
open={open}
|
||||
centered={true}
|
||||
onCancel={onCancel}
|
||||
destroyOnClose={true}
|
||||
destroyOnHidden={true}
|
||||
closeIcon={true}
|
||||
maskClosable={false}
|
||||
keyboard={false}
|
||||
|
||||
@@ -63,7 +63,7 @@ const ViewCodeModal: React.FC<ViewModalProps> = (props) => {
|
||||
open={open}
|
||||
centered={true}
|
||||
onCancel={handleClose}
|
||||
destroyOnClose={true}
|
||||
destroyOnHidden={true}
|
||||
closeIcon={true}
|
||||
maskClosable={false}
|
||||
keyboard={false}
|
||||
|
||||
Reference in New Issue
Block a user