vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
1 lines • 722 B
CSS
.vxp-ellipsis{font-family:var(--vxp-font-family-base);font-size:var(--vxp-font-size-base);font-variant-numeric:tabular-nums;line-height:var(--vxp-line-height-base);color:var(--vxp-content-color-base);display:inline-block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vxp-ellipsis,.vxp-ellipsis *,.vxp-ellipsis ::after,.vxp-ellipsis ::before{box-sizing:border-box}.vxp-ellipsis--inherit{font-family:inherit;font-size:inherit;font-variant-numeric:inherit;line-height:inherit}.vxp-ellipsis--inherit{color:inherit}.vxp-ellipsis__tip{padding:8px 14px 10px}.vxp-ellipsis--multiple{display:-webkit-inline-box;width:100%;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;white-space:inherit}