Commit e5a9a4ad by zhaochengxiang

资产属性关联样式调整

parent adba7530
...@@ -399,7 +399,7 @@ const AttributeRelationModal = (props) => { ...@@ -399,7 +399,7 @@ const AttributeRelationModal = (props) => {
</Space> </Space>
} }
> >
<Tabs tabPosition='left' activeKey={activeKey} onChange={onTabsChange} style={{ maxHeight: 400, overflow: 'auto' }}> <Tabs tabPosition='left' activeKey={activeKey} onChange={onTabsChange}>
{ {
tabData?.map((item, i) => { tabData?.map((item, i) => {
return <Tabs.TabPane tab={item} key={item}> return <Tabs.TabPane tab={item} key={item}>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment