king
2020-10-20 7b01bec1609710729a868093ad69484ebea82d80
src/tabviews/custom/index.jsx
@@ -469,13 +469,14 @@
  render() {
    const { menuType } = this.props
    const { loadingview, viewlost, config } = this.state
    return (
      <div className="custom-page-wrap" id={this.state.ContainerId} style={config ? config.style : null}>
        {loadingview && <Spin size="large" />}
        <Row>{this.getComponents()}</Row>
        {options.sysType !== 'cloud' ? <Button
        {options.sysType !== 'cloud' && menuType !== 'HS' ? <Button
          icon="copy"
          shape="circle"
          className="common-table-copy"