fix(uploadings_panel): normalize styles and clean up

This commit is contained in:
hexxa 2022-03-18 19:26:37 +08:00 committed by Hexxa
parent e013acadfe
commit d022ea064d
6 changed files with 134 additions and 178 deletions

View file

@ -441,7 +441,7 @@
.title-l {
font-size: 1.8rem;
font-weight: bold;
line-height: 2.5rem;
line-height: 3.2rem;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
@ -451,7 +451,7 @@
.desc-l {
font-size: 1.2rem;
line-height: 2rem;
line-height: 3.2rem;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
@ -461,7 +461,7 @@
.title-m {
font-size: 1.4rem;
line-height: 2rem;
line-height: 3.2rem;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
@ -471,7 +471,7 @@
.title-m-wrap {
font-size: 1.4rem;
line-height: 2rem;
line-height: 3.2rem;
overflow: hidden;
overflow-wrap: break-word;
display: block;
@ -479,7 +479,7 @@
.desc-m {
font-size: 1.2rem;
line-height: 2rem;
line-height: 3.2rem;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;