@root-entry-name: 'default'; @import '~antd/es/style/themes/index.less'; @quota-select-prefix-cls: ~'@{ant-prefix}-quota-select'; .@{quota-select-prefix-cls} { } .@{quota-select-prefix-cls}-modal { &-wrap { display: flex; height: 500px; } &-left { flex: 7; border-right: 1px solid rgba(0, 0, 0, 0.2); .empty { margin: 128px 0; } } &-right { flex: 3; } &-select-wrap { display: flex; align-items: center; justify-content: space-between; padding: 0 20px 0 0; } &-search { width: 160px; background-color: #eef1f9; border-radius: 15px; .@{ant-prefix}-input-prefix { color: #5a6c8a; } } &-search:hover { background-color: #eef1f9; } &-target { display: flex; align-items: center; margin: 0 10px 0 10px; white-space: nowrap; } &-select { display: flex; align-items: center; white-space: nowrap; span { margin-right: 6px; color: #52c41a; font-size: 16px; } } &-select.warning { color: #f0495d; span { color: #f0495d; } } &-option-wrap { height: calc(100% - 52px); margin-top: 20px; overflow-y: auto; } &-number { margin-bottom: 10px; padding: 4px 0 10px 20px; border-bottom: 1px solid rgba(0, 0, 0, 0.2); } &-tree { height: calc(100% - 47px); overflow-y: auto; .@{ant-prefix}-tree-treenode, .@{ant-prefix}-tree-node-content-wrapper { width: 100%; } } &-tree-title { display: flex; align-items: center; justify-content: space-between; width: 100%; } }