我的收藏样式

This commit is contained in:
LAPTOP-S9RBPPM6\bjxask-2201
2022-05-31 11:36:55 +08:00
parent b749df42e6
commit 64df676292

View File

@@ -134,8 +134,8 @@ export default {
<style lang="scss" scoped>
.one-line-ellipsis{
display: -webkit-box;
// white-space:pre-wrap;
word-wrap: break-word;
white-space:pre-wrap;
// word-wrap: break-word;
word-break:break-all;
overflow: hidden;
text-overflow:ellipsis;