Logo

GitLab

Sign in

qiangmj / ebc-Mes

  • Back to Dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Snippets
  • ebc-Mes
  • src
  • pad
  • setCountModalComponent
  • index.less
  • init
    21a789bc
    qmj authored
    2025-08-14 10:43:10 +0800  
    Browse Code »
index.less 376 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
@import "~@/mixins.less";

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

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

  :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;
}