Browse Source

fix style css

tags/v1.22.11.1^2
zhoupzh 2 years ago
parent
commit
2e25fc2d07
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      web_src/less/_user.less

+ 5
- 0
web_src/less/_user.less View File

@@ -227,6 +227,11 @@
line-height: 20px;
width: 100px;
word-break: break-all;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.badge-section-title:before {
content: "";


Loading…
Cancel
Save