.selector {
	&_tree {
		border-right: 1px solid #e8e8e8;
		:global {
			.ant-input {
				border: none;
				border-bottom: 1px solid #d9d9d9;
				border-radius: 0;
				&:focus {
					box-shadow: none;
				}
			}
		}
	}
	&_result {
		border-left: 1px solid #e8e8e8;
		&_tip {
			padding: 0 8px;
			text-align: right;
		}
	}
	:global {
		.ant-table-pagination.ant-pagination {
			margin: 8px 0;
		}
	}
}

