Commit 9911d15a authored by 郭铭瑶's avatar 郭铭瑶 🤘

弹窗标题不省略

parent 80968c93
......@@ -24,14 +24,15 @@ const style = `
}
.pop-container p,
.pop-container span {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
// overflow: hidden;
// white-space: nowrap;
// text-overflow: ellipsis;
font-size: .11rem;
}
.pop-container > p {
margin-bottom: .04rem;
padding: 0 .02rem;
white-space: normal;
}
.pop-container .title {
font-size: .13rem;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment