@root-entry-name: 'default'; @import '~antd/es/style/themes/index.less'; @tree-custom-prefix-cls: ~'@{ant-prefix}-history-trend'; .@{tree-custom-prefix-cls} { height: 100%; display: flex; flex-direction: column; &-header { flex: none; } &-list { display: flex; margin-bottom: 10px; align-items: center; } &-read { display: flex; align-items: center; } &-range { display: flex; align-items: center; } &-value { margin-right: 10px; .@{ant-prefix}-input[disabled] { background-color: #ffffff; } } &-chart { flex: 1; overflow: hidden; } }