@wfrog/vc
Version:
`自用` 的基于 `element-plus` 二次封装的 `vue3` 组件库。追求在业务场景中,尽可能使用更少的代码量来实现需求。 因此在组件封装上,以 `方便` 为主,打包仅 `esm` 模式。
16 lines (15 loc) • 346 B
CSS
/* vue-style:D:\project\_my\vc\src\components\text-ellipsis\index.vue?type=style&index=0&isModule=true */
._main_eqh40_1 {
display: inline-block;
width: 100%;
vertical-align: bottom;
}
._ellipsis_eqh40_7 {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
._text_eqh40_13 {
display: inline;
white-space: nowrap;
}