king
2019-12-31 f9697383bc9097be8a444558e09ae21b27f1e831
src/components/tabview/index.scss
@@ -12,18 +12,20 @@
      margin-bottom: 0;
    }
    .ant-tabs-tab {
      padding: 18px 16px 6px;
      padding: 18px 16px 6px 6px;
      cursor: default;
      span.tab-control i {
        position: relative;
        left: 7px;
        top: -6px;
        position: absolute;
        right: -7px;
        top: 10px;
        font-size: 10px;
        margin: 0px;
        padding: 5px;
        cursor: pointer;
      }
      span.tab-name {
        cursor: pointer;
        padding: 6px 0px 6px 10px;
      }
    }
    iframe {