diff --git a/src/views/dashboard/comp/bar.vue b/src/views/dashboard/comp/bar.vue index 58617ae..07dfba3 100644 --- a/src/views/dashboard/comp/bar.vue +++ b/src/views/dashboard/comp/bar.vue @@ -52,7 +52,7 @@ export default defineComponent({ justify-content: space-between; align-items: center; height: 100%; - color: #00caff; + color: #fff; &.around { justify-content: space-around; .item { @@ -93,12 +93,12 @@ export default defineComponent({ font-size: 24px; text-align: left; padding-right: 10px; - color: #00faa8; + color: #1ef580; font-weight: bold; } > .unit { width: 6em; - color: #00e5ff; + color: #fff; font-family: 'Alibaba PuHuiTi Heavy'; //阿里巴巴 普惠体 font-size: 16px; text-align: right; diff --git a/src/views/dashboard/comp/block.vue b/src/views/dashboard/comp/block.vue index adae195..65c908c 100644 --- a/src/views/dashboard/comp/block.vue +++ b/src/views/dashboard/comp/block.vue @@ -15,19 +15,27 @@