Update ObjectSelect component to adjust styling for improved layout
- Modified the style of the main container in ObjectSelect to include a relative position, enhancing the layout and positioning of child elements.
This commit is contained in:
parent
5c5083c615
commit
580e5dbb34
@ -720,7 +720,7 @@ const ObjectSelect = ({
|
|||||||
|
|
||||||
// --- Main TreeSelect UI ---
|
// --- Main TreeSelect UI ---
|
||||||
return (
|
return (
|
||||||
<div style={style}>
|
<div style={{ ...style, position: 'relative' }}>
|
||||||
<TreeSelect
|
<TreeSelect
|
||||||
key={treeVersion}
|
key={treeVersion}
|
||||||
treeDataSimpleMode={false}
|
treeDataSimpleMode={false}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user