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

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

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