Commit dc0d645a authored by 皮倩雯's avatar 皮倩雯

fix: '修复批量关联模态样式问题'

parent 54a41d0d
Pipeline #65839 passed with stages
...@@ -158,7 +158,7 @@ const RelateRoleModal = props => { ...@@ -158,7 +158,7 @@ const RelateRoleModal = props => {
<Spin spinning={loading} tip="loading"> <Spin spinning={loading} tip="loading">
<Tabs activeKey={activeKey} onChange={onChange} style={{ marginTop: '-16px' }}> <Tabs activeKey={activeKey} onChange={onChange} style={{ marginTop: '-16px' }}>
<TabPane tab="角色" key="1"> <TabPane tab="角色" key="1">
<div style={{ heigth: '500px', overflowY: 'scroll' }}> <div style={{ height: '500px', overflowY: 'scroll' }}>
{visible && {visible &&
rolelist.map((role, index) => ( rolelist.map((role, index) => (
<ListCardItem <ListCardItem
...@@ -175,7 +175,7 @@ const RelateRoleModal = props => { ...@@ -175,7 +175,7 @@ const RelateRoleModal = props => {
</div> </div>
</TabPane> </TabPane>
<TabPane tab="站点" key="2"> <TabPane tab="站点" key="2">
<div style={{ heigth: '500px', overflowY: 'scroll' }}> <div style={{ height: '500px', overflowY: 'scroll' }}>
{visible && {visible &&
stationlist.map((station, index) => ( stationlist.map((station, index) => (
<ListCardItem <ListCardItem
......
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