king
2022-09-13 10c86c1fab41f01c7bf7fcb9d2f8b624142f6a54
src/menu/components/chart/antv-bar/chartcompile/index.scss
@@ -4,19 +4,9 @@
    color: #1890ff;
  }
}
.menu-chart-edit-modal {
  .ant-modal {
    top: 50px;
    .ant-modal-body {
      max-height: calc(100vh - 190px);
      min-height: 50vh;
      padding-top: 10px;
      .menu-chart-edit-box {
        .ant-radio-wrapper {
          margin-right: 5px;
        }
        .ant-tabs-nav-wrap {
          text-align: center;
        }
        .color-sketch-block {
          position: relative;
@@ -33,7 +23,5 @@
          white-space: nowrap;
        }
      }
    }
  }
}