@ttk/component
Version:
ttk组件库
76 lines (73 loc) • 2.05 kB
text/less
@import '../../assets/theme/index';
.@{mk-prefix}-activeLabelSelect{
color: @top-hover;
width: 205px;
height: auto;
font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
.@{mk-prefix}-activeLabelSelect-label{
width: 75px;
.@{ant-prefix}-select-selection-selected-value{
padding-right: 20px;
}
.@{ant-prefix}-select-selection{
background: #eee;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-right: none;
}
}
.@{mk-prefix}-activeLabelSelect-value{
width: 130px;
.@{ant-prefix}-select-selection{
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
}
.@{ant-prefix}-select-selection{
height: 30px;
}
.@{ant-prefix}-select-selection-selected-value{
height: 30px;
/*line-height: 230px 6px;*/
font-size: 13px;
padding-right: 8px;
}
.@{ant-prefix}-select-selection__rendered{
padding-right: 6px;
margin: 0;
margin-left: 8px;
}
.@{ant-prefix}-select-arrow{
right: 3px ;
}
}
.activeLabelSelect-option{
font-size: 13px;
font-weight: normal;
}
.activeLabelSelect-option-label-dropDown{
width: 90px ;
.@{ant-prefix}-select-dropdown-menu{
max-height: 216px;
}
}
.activeLabelSelect-option-value-dropDown{
width: 200px ;
}
@media screen and (max-width: 1200px){
.@{mk-prefix}-activeLabelSelect{
width: 180px;
.@{mk-prefix}-activeLabelSelect-label{
width: 65px;
.@{ant-prefix}-select-selection-selected-value{
// padding-right: 20px;
}
}
.@{mk-prefix}-activeLabelSelect-value{
width: 115px;
}
}
.activeLabelSelect-option-value-dropDown{
width: 180px ;
}
}