From 85e233bde14d26d876eabf5ff64d7ae801fd75db Mon Sep 17 00:00:00 2001 From: zhitan-cloud <394600+ustcyc@user.noreply.gitee.com> Date: 星期一, 06 一月 2025 22:23:56 +0800 Subject: [PATCH] test --- energy_management_ui/src/views/dataMonitoring/energyPercent/waterPercent.vue | 16 +++++++++++----- 1 files changed, 11 insertions(+), 5 deletions(-) diff --git a/energy_management_ui/src/views/dataMonitoring/energyPercent/waterPercent.vue b/energy_management_ui/src/views/dataMonitoring/energyPercent/waterPercent.vue index 2cdab26..6fe3157 100644 --- a/energy_management_ui/src/views/dataMonitoring/energyPercent/waterPercent.vue +++ b/energy_management_ui/src/views/dataMonitoring/energyPercent/waterPercent.vue @@ -380,7 +380,7 @@ this.handleQuery(); }, setCharts() { - this.bodyStyle.height = window.innerHeight - 155 + "px"; + this.bodyStyle.height = window.innerHeight - 195 + "px"; this.bodyStyleRight = { ...this.bodyStyle, height: window.innerHeight - 100 + "px" @@ -391,6 +391,7 @@ </script> <style lang="scss" scoped> +@import "~@/assets/styles/variables.scss"; .dashboard-editor-container { margin-bottom: 16px; ::v-deep { @@ -404,13 +405,12 @@ } .table-wrapper { margin-top: 16px; - background: #fff; + // background: #fff; } } .table-wrapper { - // margin-top: 16px; - padding-top: 16px; - background: #fff; + padding-top: 0px; + background: #061844; .demo-tabs { padding: 0 16px; } @@ -418,6 +418,12 @@ .el-card { border: none; } + .el-tabs__item { + color: #fff; + } + .el-tabs__item.is-active { + color: $primary-color; + } } } </style> -- Gitblit v1.9.3