@wfrog/vc
Version:
vue3 组件库 vc
15 lines • 300 B
CSS
/* source: src/components/text-ellipsis/text-ellipsis.vue */
._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;
}