UNPKG

@fe6/water-pro

Version:

An enterprise-class UI design language and Vue-based implementation

63 lines (54 loc) 978 B
.@{prefixClass}-panel-select { position: relative; // Fix chrome weird render bug float: left; box-sizing: border-box; width: 56px; max-height: 144px; margin-left: -1px; overflow-y: auto; font-size: 12px; border: 1px solid #e9e9e9; border-width: 0 1px; &-active { overflow-y: auto; } &:first-child { margin-left: 0; border-left: 0; } &:last-child { border-right: 0; } ul { box-sizing: border-box; width: 100%; margin: 0; padding: 0; list-style: none; } li { width: 100%; height: 24px; margin: 0; padding: 0 0 0 16px; line-height: 24px; text-align: left; list-style: none; cursor: pointer; user-select: none; &:hover { background: #edfaff; } } li&-option-selected { font-weight: bold; background: #f7f7f7; } li&-option-disabled { color: #ccc; &:hover { background: transparent; cursor: not-allowed; } } }