UNPKG

@arco-design/web-vue

Version:

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

14 lines (11 loc) 206 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; }