index.less 553 Bytes
@import "~@/mixins.less";

.modal {
  .size(100%, 100%);
  .flex();
}

.tree {
  border-right: 1px solid #AAA;
  .size(150px, 100%);
  overflow-y: auto;

  :global {
    .ant-tree {
      font-size: 18px;
    }

    .ant-tree-switcher:not(.ant-tree-switcher-noop) {
      margin-bottom: 10px;
    }
  }
}

.content {
  padding-left: 10px;
  .size(100px, 100%);
  flex-grow: 1;
  overflow: auto;
}

.memo {
  :global {
    .ant-form-item-label {
      height: 68px !important;
    }

    .table-title-formStyle {
      top: 31.5px !important;
    }
  }
}