Commit 700ab5a3 authored by 刘怀志's avatar 刘怀志 Committed by 小费同学阿

feat(已办任务/待办任务): 修改样式

parent c7654ef4
...@@ -158,7 +158,8 @@ export default { ...@@ -158,7 +158,8 @@ export default {
justify-content: space-around; justify-content: space-around;
} }
.box-card { .box-card {
margin-bottom: 31px; margin-bottom: 15px;
font-size: 14px;
::v-deep .el-card__body { ::v-deep .el-card__body {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
...@@ -175,6 +176,14 @@ export default { ...@@ -175,6 +176,14 @@ export default {
.cell-progress { .cell-progress {
width: 200px; width: 200px;
} }
.cell-lable {
color: #515a6e;
font-size: 13px;
}
.cell-value {
font-size: 14px;
color: #606266;
}
.cell-value.green { .cell-value.green {
color: #19be6b; color: #19be6b;
} }
......
...@@ -205,7 +205,8 @@ export default { ...@@ -205,7 +205,8 @@ export default {
justify-content: space-around; justify-content: space-around;
} }
.box-card { .box-card {
margin-bottom: 31px; margin-bottom: 15px;
font-size: 14px;
::v-deep .el-card__body { ::v-deep .el-card__body {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
...@@ -222,6 +223,14 @@ export default { ...@@ -222,6 +223,14 @@ export default {
.cell-progress { .cell-progress {
width: 200px; width: 200px;
} }
.cell-lable {
color: #515a6e;
font-size: 13px;
}
.cell-value {
font-size: 14px;
color: #606266;
}
.cell-value.yellow { .cell-value.yellow {
color: #fea623; color: #fea623;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment