perf(任务中心): 任务中心页面优化
--story=1004211 --user=郭雨琦 【ID1004211】4.任务中心页面优化
This commit is contained in:
parent
2cc93e2d8f
commit
fb994aba17
|
@ -468,7 +468,8 @@ export default {
|
||||||
border-bottom: 1px solid #E6E6E6;
|
border-bottom: 1px solid #E6E6E6;
|
||||||
background-color: #FFF;
|
background-color: #FFF;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
padding: 10px;
|
padding-top: 6px;
|
||||||
|
padding-bottom: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ms-card-task >>> .el-card__body {
|
.ms-card-task >>> .el-card__body {
|
||||||
|
@ -520,10 +521,18 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
/deep/ .el-badge__content {
|
/deep/ .el-badge__content {
|
||||||
border-radius: 10px;
|
/* border-radius: 10px;*/
|
||||||
height: 10px;
|
height: 10px;
|
||||||
line-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 {
|
.item {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
|
Loading…
Reference in New Issue