Compare commits

..

No commits in common. '94c7209355897697a8bae02fce0259771e0e2490' and 'cb190370abd4af0affe37a0260c7cd30fae8b120' have entirely different histories.

@ -435,10 +435,7 @@ const ComponentEnv = () => {
</div>
</div>
<Table columns={columns} data={data} scroll={{ x: 1200 }} style={{
height: '80%',
overflow: 'auto'
}} />
<Table columns={columns} data={data} scroll={{ x: 1200 }} />
<AddModal
visible={visible}

@ -88,7 +88,7 @@ const NodeEditModal: React.FC<NodeEditModalProps> = ({
minWidth: 300,
width: 'max-content',
maxWidth: '80%',
height: '99%',
height: '90%',
bottom: 0,
borderRadius: 10
}}

Loading…
Cancel
Save