index.less 540 Bytes
Newer Older
李纪文's avatar
李纪文 committed
1 2 3 4 5 6 7 8 9 10 11 12
@root-entry-name: 'default';
@import '~antd/es/style/themes/index.less';
@ec-device-tree-prefix-cls: ~'@{ant-prefix}-ec-device-tree-group';

.@{ec-device-tree-prefix-cls} {
  height: 100%;
  padding: 10px;
  overflow: hidden;

  &-tree-wrap {
    height: calc(100% - 48px);
    overflow: auto;
李纪文's avatar
李纪文 committed
13
    padding-right: 4px;
李纪文's avatar
李纪文 committed
14 15
  }

李纪文's avatar
李纪文 committed
16 17 18 19 20 21 22 23 24 25 26 27
  .@{ant-prefix}-input-search {
    margin-bottom: 16px;
  }

  .@{ant-prefix}-tree {
    &-treenode {
      overflow: hidden;
      width: 100%;
    }

    &-node-content-wrapper {
      overflow: hidden;
李纪文's avatar
李纪文 committed
28 29
    }
  }
李纪文's avatar
李纪文 committed
30
}