perf(任务中心): 任务中心页面优化

--story=1004211 --user=郭雨琦 【ID1004211】4.任务中心页面优化
This commit is contained in:
guoyuqi 2021-12-16 19:41:59 +08:00 committed by xiaomeinvG
parent 2cc93e2d8f
commit fb994aba17
1 changed files with 11 additions and 2 deletions

View File

@ -468,7 +468,8 @@ export default {
border-bottom: 1px solid #E6E6E6;
background-color: #FFF;
margin-bottom: 10px;
padding: 10px;
padding-top: 6px;
padding-bottom: 6px;
}
.ms-card-task >>> .el-card__body {
@ -520,10 +521,18 @@ export default {
}
/deep/ .el-badge__content {
border-radius: 10px;
/* border-radius: 10px;*/
height: 10px;
line-height: 10px;
}
/deep/ .el-card{
/* border-radius: 10px;*/
background: #FFF;
border: 0px;
box-shadow: 0 0 0 rgb(0,0,0,0) !important;
}
.item {
margin-right: 10px;