Skip to content

Commit

Permalink
fix(*): 修复详情页面内容样式
Browse files Browse the repository at this point in the history
  • Loading branch information
Tong030905 committed Aug 10, 2023
1 parent 0ecc867 commit 545a684
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/pages/information/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}

.title {
font-size: 1.2rem;
font-size: 1.35rem;
word-break: break-word;
font-weight: var(--wjh-font-weight-medium);
justify-content: center;
Expand All @@ -28,11 +28,8 @@
color: var(--wjh-color-text);
line-height: 125%;
margin: 16Px auto;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
-webkit-line-clamp: 6;
}

.link {
Expand Down

0 comments on commit 545a684

Please sign in to comment.