@import '../../styles/define';

.hor-tree-select-popup, .hor-tree-select-view{
	width: 100%;
	height: 100%;
}
.hor-tree-select-content{
  @extend %df;
  flex:1;
  overflow: auto;
}
.confirm-btn{
	color: #ffffff;
}

.row-list{
	font-size: j(14);
	@extend %df;
	.row{
		@extend %df1;
	}
	
}
.hor-tree-select-column {
  height: 100%;
  flex: 1;
  overflow: auto;
  .item {
    @extend %df;
    @extend %aic;
    @extend %bsb;
    font-size: j(14);
    padding: j(10);
    min-height: j(50);
    line-height: 1.6;
    border-bottom: 1px #f5f5f5 solid;
    &.is-active {
      color: $color-primary;
    }
  }
}