We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84c63cb commit 88840beCopy full SHA for 88840be
frontend/src/views/system/professional/index.vue
@@ -642,9 +642,10 @@ const deleteHandlerItem = (idx: number) => {
642
display: -webkit-box;
643
max-height: 66px;
644
-webkit-box-orient: vertical;
645
- -webkit-line-clamp: 2; /* 限制行数为3 */
+ -webkit-line-clamp: 3; /* 限制行数为3 */
646
overflow: hidden;
647
text-overflow: ellipsis;
648
+ word-break: break-word;
649
}
650
.ed-icon {
651
color: #646a73;
0 commit comments