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

Loading…
Cancel
Save