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

弹窗标题不省略

parent 80968c93
...@@ -24,14 +24,15 @@ const style = ` ...@@ -24,14 +24,15 @@ const style = `
} }
.pop-container p, .pop-container p,
.pop-container span { .pop-container span {
overflow: hidden; // overflow: hidden;
white-space: nowrap; // white-space: nowrap;
text-overflow: ellipsis; // text-overflow: ellipsis;
font-size: .11rem; font-size: .11rem;
} }
.pop-container > p { .pop-container > p {
margin-bottom: .04rem; margin-bottom: .04rem;
padding: 0 .02rem; padding: 0 .02rem;
white-space: normal;
} }
.pop-container .title { .pop-container .title {
font-size: .13rem; 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