king
2023-08-11 4adb8b8868aeed1f5f3b89ae269a7724c6b451ad
src/tabviews/custom/components/chart/antv-X6/nodeupdate/index.scss
@@ -138,6 +138,22 @@
  }
}
.member-transfer {
  .mk-tree {
    display: inline-block!important;
    .circle {
      position: relative;
      top: 1px;
      right: 4px;
      display: inline-block!important;
      width: 12px;
      height: 12px;
      background: #1890ff;
      border-radius: 50%;
    }
    .green.circle {
      background: #52c41a;
    }
  }
  .ant-transfer-list:first-child {
    width: 60%;
  }