king
2022-01-21 46f79b491173d284a4900d19e7aecf7509481438
src/components/tabview/index.scss
@@ -16,7 +16,7 @@
          padding: 18px 16px 6px 6px;
          margin-right: 20px;
          cursor: default;
          span.tab-control i.anticon-close {
          span.tab-control .anticon-close {
            position: absolute;
            right: -7px;
            top: 10px;
@@ -26,7 +26,7 @@
            cursor: pointer;
            display: none;
          }
          span.tab-control i.anticon-redo {
          span.tab-control .anticon-redo {
            position: absolute;
            left: -2px;
            top: 18px;
@@ -47,12 +47,12 @@
          }
        }
        .ant-tabs-tab:hover {
          span.tab-control i.anticon-close {
          span.tab-control .anticon-close {
            display: inline-block;
          }
        }
        .ant-tabs-tab-active.ant-tabs-tab:hover {
          span.tab-control i.anticon-redo {
          span.tab-control .anticon-redo {
            display: inline-block;
          }
        }
@@ -73,32 +73,6 @@
      border: 0;
      margin-top: 16px;
    }
  }
  .main-copy {
    position: fixed;
    z-index: 20;
    bottom: 65px;
    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;
  }
  .ant-back-top {
    bottom: 10px;