fix(fe/panel_sharings): normalize styles and clean up

This commit is contained in:
hexxa 2022-03-18 20:09:22 +08:00 committed by Hexxa
parent 9995c94883
commit 10079fc30f
6 changed files with 82 additions and 86 deletions

View file

@ -449,6 +449,15 @@
display: block;
}
.title-l-wrap {
font-size: 1.8rem;
font-weight: bold;
line-height: 3.2rem;
overflow: hidden;
overflow-wrap: break-word;
display: block;
}
.desc-l {
font-size: 1.2rem;
line-height: 3.2rem;
@ -597,4 +606,4 @@
.work-break-all {
word-break: break-all;
}
}

View file

@ -357,13 +357,13 @@ input:focus {
}
.theme-default #sharing-list .info {
display: inline-block;
float: left;
width: 70%;
overflow-wrap: break-word;
}
.theme-default #sharing-list .op {
display: inline-block;
float: right;
width: 30%;
text-align: right;
}