实现单文本溢出省略样式
实现单文本溢出省略样式
type
status
date
slug
summary
tags
category
icon
password
Blocking
Blocked by
top
URL
Sub-item
Parent item
 

单行文本省略

代码

效果

notion image

多行文本省略

代码

效果

notion image
 

js判断是否省略

单行

通过元素的clientWidth、scrollWidth

多行

通过元素的scrollHeight、clientHeight
盒模型vscode调试vite插件配置
Loading...