Browse Source

优化

origin/feature/monitoring
ZhaoTongYao 4 years ago
parent
commit
6dcb79f8f4
  1. 7
      src/views/modules/workbench/workbench.vue

7
src/views/modules/workbench/workbench.vue

@ -296,7 +296,7 @@ export default {
} }
.data-list .data-item { .data-list .data-item {
width: 17%; width: 17%;
height: 130px; height: 90px;
display: flex; display: flex;
align-items: center; align-items: center;
overflow: hidden; overflow: hidden;
@ -323,11 +323,11 @@ export default {
background-size: 100% 100%; background-size: 100% 100%;
} }
.data-item .item-content { .data-item .item-content {
width: 50%; width: 57%;
margin-left: 40%; margin-left: 40%;
} }
.item-content .item-num { .item-content .item-num {
font-size: 36px; font-size: 34px;
color: #ffffff; color: #ffffff;
} }
.item-content .item-desc { .item-content .item-desc {
@ -335,6 +335,7 @@ export default {
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
color: #ffffff; color: #ffffff;
font-size: 12px;
} }
.chart-box { .chart-box {
width: 100%; width: 100%;

Loading…
Cancel
Save