king
2019-12-30 84e806945ef8982508a79e0b62a7bcb0881b108c
src/templates/subtableconfig/index.scss
@@ -126,7 +126,7 @@
    position: relative;
    width: calc(100vw - 235px);
    height: 100%;
    overflow-y: hidden;
    // overflow-y: hidden;
    background: #ffffff;
    .ant-switch.big {
      min-width: 60px;
@@ -425,8 +425,8 @@
      top: 5px;
    }
  }
  .setting:hover {
    overflow-y: auto;
  .setting {
    overflow-y: scroll;
  }
  .setting::-webkit-scrollbar {
    width: 7px;
@@ -435,6 +435,7 @@
    border-radius: 5px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.13);
    background: rgba(0, 0, 0, 0.13);
    display: none;
  }
  .setting::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
@@ -442,6 +443,9 @@
    border: 1px solid rgba(0, 0, 0, 0.07);
    background: rgba(0, 0, 0, 0);
  }
  .setting:hover::-webkit-scrollbar-thumb {
    display: block;
  }
  .ant-spin {
    position: absolute;
    margin-left: calc(50vw - 22px);