king
2019-10-12 c7f79abded9ad2e29f297da4a04a641b96b61c5e
src/components/tabview/index.scss
@@ -5,9 +5,12 @@
  .content-header {
    width: 100%;
    height: 100%;
    // .ant-tabs .ant-tabs-top-content.ant-tabs-content-animated {
    //   transition: margin-left 0s cubic-bezier(0.645, 0.045, 0.355, 1);
    // }
    .ant-tabs .ant-tabs-top-content.ant-tabs-content-animated {
      transition: margin-left 0s cubic-bezier(0.645, 0.045, 0.355, 1);
    }
    .ant-tabs-bar { // 去除标签页header与content之间的间隙
      margin-bottom: 0;
    }
    .ant-tabs-tab {
      padding: 18px 16px 6px;
      cursor: default;
@@ -28,9 +31,40 @@
      height: calc(100vh - 115px);
      overflow-y: scroll;
      border: 0;
      margin-top: 16px;
    }
  }
  .main-copy {
    position: fixed;
    z-index: 2;
    bottom: 75px;
    right: 30px;
    width: 40px;
    height: 40px;
    i {
      font-size: 18px;
    }
  }
  .main-copy.ifr-copy {
    bottom: 65px;
    right: 40px;
    width: 30px;
    height: 32px;
    border: 2px solid #687991;
    opacity: 0.6;
    i {
      font-size: 14px;
      color: #687991;
    }
  }
  .main-copy.ifr-copy:hover {
    opacity: 1;
  }
}
.content-box.collapsed {
  max-width: calc(100% - 80px);
}
.ant-message {
  top: 50px;
  z-index: 1080;
}