index.less 461 Bytes
Newer Older
1
@import (reference) '../../../../node_modules/antd/es/style/themes/default';
涂茜's avatar
涂茜 committed
2 3 4
@device-tree-prefix-cls: ~'@{ant-prefix}-device-tree';

.@{device-tree-prefix-cls} {
涂茜's avatar
涂茜 committed
5 6 7 8
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
涂茜's avatar
涂茜 committed
9 10
  padding: 5px;

涂茜's avatar
涂茜 committed
11 12
  .ant-divider {
    margin: 6px 0 12px 0;
涂茜's avatar
涂茜 committed
13
  }
涂茜's avatar
涂茜 committed
14

涂茜's avatar
涂茜 committed
15 16 17 18 19 20 21 22
  .ant-tree-checkbox {
    margin: 4px 2px 0 0;
  }

  .ant-tree-title {
    white-space: nowrap;
  }

涂茜's avatar
涂茜 committed
23 24 25 26
  &-content {
    flex: 1;
    overflow-y: scroll;
  }
涂茜's avatar
涂茜 committed
27
}