UNPKG

cargo-ant

Version:

A high quality UI components Library with Vue.js

40 lines (33 loc) 953 B
@dropdown-prefix-cls: ~"@{css-prefix}dropdown"; @dropdown-item-prefix-cls: ~"@{dropdown-prefix-cls}-item"; .@{dropdown-prefix-cls} { display: inline-block; text-align: left; // add by fen,放到右对齐的容器里会受影响 //position: relative; .@{select-dropdown-prefix-cls} { overflow: visible; max-height: none; } .@{dropdown-prefix-cls} { width: 100%; } &-rel{ //display: inline-block; position: relative; &-user-select-none{ -webkit-user-select: none; -moz-user-select: none; user-select: none; } } &-menu{ min-width: 100px; } &-transfer{ width: auto; } &-item-selected, &-item&-item-selected:hover{ background: ~`colorPalette("@{primary-color}", 1)`; } } .select-item(@dropdown-prefix-cls, @dropdown-item-prefix-cls);