update:更新刷新无内容bug

This commit is contained in:
2021-09-27 15:46:11 +08:00
parent e1091e9212
commit 6c21c8b36e
10 changed files with 156 additions and 51 deletions

View File

@@ -107,6 +107,14 @@
background-size: 100% 41px;
}
.project>div:nth-child(1) {
display: flex;
align-items: center;
width: 50%;
white-space: nowrap;
overflow: hidden;
}
.projectIcon {
display: flex;
align-items: center;
@@ -192,8 +200,8 @@
font-family: PingFangSC-Regular, PingFang SC;
font-size: 14px;
font-weight: 400;
line-height: 12px;
height: 12px;
line-height: 20px;
/* height: 12px; */
color: #2c2b2b;
}
@@ -242,13 +250,17 @@
padding-left: 12px;
}
.assessBox>span:nth-child(1) {
white-space: nowrap;
}
.assessCenter1 {
margin: 15px;
margin: 15px 10px;
border-left: 2px solid #24bca3;
}
.assessCenter2 {
margin: 15px;
margin: 15px 10px;
border-left: 2px solid #ff5959;
}