fix(fe/panel_sharings): normalize styles and clean up
This commit is contained in:
parent
9995c94883
commit
10079fc30f
6 changed files with 82 additions and 86 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue