This commit is contained in:
2020-08-16 15:03:45 +08:00
parent e4bb86ead9
commit ff43780f12
3 changed files with 53 additions and 21 deletions

View File

@ -18,7 +18,8 @@
}
.name {
font-size: 18px;
font-size: 1.4rem;
width: calc(100vw - 5px - 85px);
color: black;
line-height: 42px;
padding-left: 5px;
@ -36,18 +37,18 @@
.right {
float: right;
width: 60px;
margin-left: 5px;
}
.small_title,
.created_time,
.updated_time {
font-size: 0.8rem;
color: #BBBBBB;
}
.operation {
font-size: 1rem;
font-size: 1.2rem;
line-height: 42px;
padding-right: 10px;
padding-left: 10px;