Commit 6cda0b2f authored by zhengjiangtao's avatar zhengjiangtao

fix bug

parent 8bbe9f7d
...@@ -141,7 +141,7 @@ class NetTopology extends Component { ...@@ -141,7 +141,7 @@ class NetTopology extends Component {
<img src="/src/assets/bizView/netTopology/refresh.png" alt="刷新" onClick={this.refreshTopologyData} /> <img src="/src/assets/bizView/netTopology/refresh.png" alt="刷新" onClick={this.refreshTopologyData} />
</div> </div>
</div> </div>
<div className="net-topo-content" style={{ height: pamsDisplay ? 'calc(100% - 342px)' : 'calc(100% - 42px) ', overflow: 'auto' }}> <div className="net-topo-content" style={{ height: pamsDisplay ? 'calc(100% - 342px)' : 'calc(100% - 42px) ' }}>
<TopologyComponent topologyData={topologyData} nodeChange={this.nodeChange} nodeSelectionChanged={this.nodeSelectionChanged} /> <TopologyComponent topologyData={topologyData} nodeChange={this.nodeChange} nodeSelectionChanged={this.nodeSelectionChanged} />
</div> </div>
{pamsDisplay ? this.renderPamsTable() : null} {pamsDisplay ? this.renderPamsTable() : null}
......
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