Skip to content

Commit 88840be

Browse files
committed
fix(Professional terminology): The term description is displayed in up to three lines.
1 parent 84c63cb commit 88840be

File tree

1 file changed

+2
-1
lines changed
  • frontend/src/views/system/professional

1 file changed

+2
-1
lines changed

frontend/src/views/system/professional/index.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,9 +642,10 @@ const deleteHandlerItem = (idx: number) => {
642642
display: -webkit-box;
643643
max-height: 66px;
644644
-webkit-box-orient: vertical;
645-
-webkit-line-clamp: 2; /* 限制行数为3 */
645+
-webkit-line-clamp: 3; /* 限制行数为3 */
646646
overflow: hidden;
647647
text-overflow: ellipsis;
648+
word-break: break-word;
648649
}
649650
.ed-icon {
650651
color: #646a73;

0 commit comments

Comments
 (0)