UNPKG

winbox-ui-next

Version:

We Design Vue 2.0: A Vue.js 3 UI Library

14 lines (11 loc) 219 B
@import './icon-hover.less'; .fixed-width(@width) { width: @width; min-width: @width; max-width: @width; } .text-ellipsis() { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }