@import (reference) "./theme/variables/antdVariables.less";

// 下拉单选
.ued-select-wrap.@{ant-prefix}-select-lg {
   font-size: 14px;
}

.ued-select-wrap.@{ant-prefix}-select-single.@{ant-prefix}-select-lg:not(.@{ant-prefix}-select-customize-input) .@{ant-prefix}-select-selector {
   padding: 6px 8px;
   height: 36px;
}

.ued-select-wrap.@{ant-prefix}-select-single.@{ant-prefix}-select-lg:not(.@{ant-prefix}-select-customize-input) .@{ant-prefix}-select-selector .@{ant-prefix}-select-selection-item,
.ued-select-wrap.@{ant-prefix}-select-single.@{ant-prefix}-select-lg:not(.@{ant-prefix}-select-customize-input) .@{ant-prefix}-select-selector .@{ant-prefix}-select-selection-placeholder {
   line-height: 22px;
}

.ued-select-wrap.@{ant-prefix}-select-single.@{ant-prefix}-select-lg:not(.@{ant-prefix}-select-customize-input):not(.@{ant-prefix}-select-customize-input) .@{ant-prefix}-select-selection-search-input {
   height: 100%;
}

.ued-select-wrap.@{ant-prefix}-select-sm.@{ant-prefix}-select .ued-select-item-label {
   line-height: 20px;
}
.ued-select-wrap.@{ant-prefix}-select-lg.@{ant-prefix}-select .ued-select-item-label {
   line-height: 26px;
}

// 下拉复选
.ued-select-wrap.@{ant-prefix}-select-lg.@{ant-prefix}-select-multiple .ued-multiple-select-tag {
   line-height: 26px;
}

.ued-select-wrap.@{ant-prefix}-select-sm.@{ant-prefix}-select-multiple .ued-multiple-select-tag {
   line-height: 20px;
}

.ued-select-wrap.@{ant-prefix}-select-lg.@{ant-prefix}-select-multiple .ued-select-item-label {
   line-height: 26px
}

.ued-select-wrap.@{ant-prefix}-select-sm.@{ant-prefix}-select-multiple .ued-select-item-label {
   line-height: 20px
}

// 树选择
.ued-treeSelect-wrap.@{ant-prefix}-select-lg {
   font-size: 14px;
}

.ued-treeSelect-wrap.@{ant-prefix}-select-single.@{ant-prefix}-select-lg:not(.@{ant-prefix}-select-customize-input) .@{ant-prefix}-select-selector {
   padding: 6px 8px;
   height: 36px;
}

.ued-treeSelect-wrap.@{ant-prefix}-select-single.@{ant-prefix}-select-lg:not(.@{ant-prefix}-select-customize-input) .@{ant-prefix}-select-selector .@{ant-prefix}-select-selection-item,
.ued-treeSelect-wrap.@{ant-prefix}-select-single.@{ant-prefix}-select-lg:not(.@{ant-prefix}-select-customize-input) .@{ant-prefix}-select-selector .@{ant-prefix}-select-selection-placeholder {
   line-height: 22px;
}

.ued-treeSelect-wrap.@{ant-prefix}-select-single.@{ant-prefix}-select-lg:not(.@{ant-prefix}-select-customize-input):not(.@{ant-prefix}-select-customize-input) .@{ant-prefix}-select-selection-search-input {
   height: 100%;
}

// 及联选择
.ued-cascader-wrap.@{ant-prefix}-select-lg {
   font-size: 14px;
}

.ued-cascader-wrap.@{ant-prefix}-select-single.@{ant-prefix}-select-lg:not(.@{ant-prefix}-select-customize-input) .@{ant-prefix}-select-selector {
   padding: 6px 8px;
   height: 36px;
}

.ued-cascader-wrap.@{ant-prefix}-select-single.@{ant-prefix}-select-lg:not(.@{ant-prefix}-select-customize-input) .@{ant-prefix}-select-selector .@{ant-prefix}-select-selection-item,
.ued-cascader-wrap.@{ant-prefix}-select-single.@{ant-prefix}-select-lg:not(.@{ant-prefix}-select-customize-input) .@{ant-prefix}-select-selector .@{ant-prefix}-select-selection-placeholder {
   line-height: 22px;
}

.ued-cascader-wrap.@{ant-prefix}-select-single.@{ant-prefix}-select-lg:not(.@{ant-prefix}-select-customize-input):not(.@{ant-prefix}-select-customize-input) .@{ant-prefix}-select-selection-search-input {
   height: 100%;
}

// 弹窗选择
.ued-input-wrap.modalSelect .@{ant-prefix}-select-lg {
   font-size: 14px;
}

.ued-input-wrap.modalSelect .@{ant-prefix}-select-single.@{ant-prefix}-select-lg:not(.@{ant-prefix}-select-customize-input) .@{ant-prefix}-select-selector {
   padding: 6px 8px;
   height: 36px;
}

.ued-input-wrap.modalSelect .@{ant-prefix}-select-single.@{ant-prefix}-select-lg:not(.@{ant-prefix}-select-customize-input) .@{ant-prefix}-select-selector .@{ant-prefix}-select-selection-item,
.ued-input-wrap.modalSelect .@{ant-prefix}-select-single.@{ant-prefix}-select-lg:not(.@{ant-prefix}-select-customize-input) .@{ant-prefix}-select-selector .@{ant-prefix}-select-selection-placeholder {
   line-height: 22px;
}

.ued-input-wrap.modalSelect .@{ant-prefix}-select-single.@{ant-prefix}-select-lg:not(.@{ant-prefix}-select-customize-input):not(.@{ant-prefix}-select-customize-input) .@{ant-prefix}-select-selection-search-input {
   height: 100%;
}

// 单选组
.ued-radio-wrap.@{ant-prefix}-radio-group-large .@{ant-prefix}-radio-button-wrapper {
   font-size: 14px;
   list-style: 22px;
}

// 上传附件
.ued-stdupload-wrap .@{ant-prefix}-upload.@{ant-prefix}-upload-select.@{ant-prefix}-upload-select-text .@{ant-prefix}-btn-lg {
   height: 36px;
   font-size: 14px;
   list-style: 22px
}

.ued-stdupload-wrap .@{ant-prefix}-upload.@{ant-prefix}-upload-select.@{ant-prefix}-upload-select-text .@{ant-prefix}-btn-sm {
   height: 28px;
   font-size: 14px;
   list-style: 22px
}

// 时间选择
.ued-datePicker-wrap.@{ant-prefix}-picker-large {
   padding: 6px 8px;
}

// .ued-datePicker-wrap.@{ant-prefix}-picker-large .@{ant-prefix}-picker-input>input {
//    font-size: 14px;
// }

// 密码框
.ued-inputPassword-wrap.@{input-prefix-cls}-affix-wrapper.@{input-prefix-cls}-affix-wrapper-sm {
   padding: 0 8px;

   input {
      line-height: 26px;
      height: auto;
   }
}

.ued-inputPassword-wrap.@{input-prefix-cls}-affix-wrapper.@{input-prefix-cls}-affix-wrapper-lg {
   font-size: 14px;
}