qt-public-ui
Version:
新设计规范下业务组件库
38 lines (36 loc) • 693 B
text/less
@import (reference) '../../style/common.less';
.umui-option-all-app {
padding: 5px 12px;
cursor: pointer;
display: flex;
&-icon {
vertical-align: 1.6px;
font-size: 14px;
margin-right: 4px;
}
}
.dropdown-app-select{
.app-item {
height: 40px;
line-height: 40px;
padding: 0 12px 0 8px;
color: #6b798e;
cursor: pointer;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
position: relative;
&:hover {
background-color: #ebf2fd;
color: #252934;
}
&.selected-app {
background-color: #ebf2fd;
color: #252934;
}
.app-name {
margin-left: 6px;
font-size: 14px;
}
}
}