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

  :global {
    .@{ant-prefix}-input-search {
      margin-bottom: 16px;
    }
  }
}