From dea617d8532dd6207e70ed9f2fc7c05c8e36aa7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E8=8F=9C?= <43331987+JiaLiBai@users.noreply.github.com> Date: Sun, 22 Jun 2025 21:01:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=A4=87=E7=9B=91=E6=8E=A7=3D>PCS?= =?UTF-8?q?=E3=80=81BMS=E6=80=BB=E8=A7=88=E3=80=81BMS=E7=94=B5=E6=B1=A0?= =?UTF-8?q?=E7=B0=87=E9=A1=B5=E9=9D=A2,=E5=8D=95=E7=AB=99=E7=9B=91?= =?UTF-8?q?=E6=8E=A7=E9=A6=96=E9=A1=B5=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/styles/common.scss | 36 ++++++ src/views/ems/dzjk/home/index.vue | 15 ++- src/views/ems/dzjk/sbjk/bmsdcc/index.vue | 151 ++++++++++------------- src/views/ems/dzjk/sbjk/bmszl/index.vue | 131 +++++++++----------- src/views/ems/dzjk/sbjk/pcs/index.vue | 109 ++++++---------- 5 files changed, 205 insertions(+), 237 deletions(-) diff --git a/src/assets/styles/common.scss b/src/assets/styles/common.scss index dc649ca..6c8828a 100644 --- a/src/assets/styles/common.scss +++ b/src/assets/styles/common.scss @@ -50,3 +50,39 @@ background-color: transparent; } } +//描述样式 PCS、BMS总览、BMS电池簇页面公共样式 +.descriptions-main{ + padding:24px; + position: relative; + &.descriptions-main-bg-color{ + background-color:#f1f5fc ; + .el-descriptions__body{ + background-color:#f1f5fc ; + } + } + .el-descriptions-item__cell[colspan='1']{ + width:25% + } + .el-descriptions__body .el-descriptions__table{ + .descriptions-direction{ + line-height: 19px; + color: #666666; + font-size: 16px; + font-weight: 500; + } + .descriptions-label{ + line-height: 14px; + color: #666666; + font-size: 12px; + } + .danger{ + color:#FC6B69; + } + .save{ + color:#09ADA3; + } + .keep{ + color:#3C81FF; + } + } +} diff --git a/src/views/ems/dzjk/home/index.vue b/src/views/ems/dzjk/home/index.vue index 21246ff..ff71b1e 100644 --- a/src/views/ems/dzjk/home/index.vue +++ b/src/views/ems/dzjk/home/index.vue @@ -40,6 +40,7 @@ @@ -137,11 +138,23 @@ export default { border-bottom: none; } .warning-status{ - color:red; + color:#FC6B69; + &::before { + content: ""; + display: inline-block; + width: 10px; + height: 10px; + border-radius: 50%; + background-color: #FC6B69; + margin-right: 8px; + } } .table-head{ color:#515a6e; } + .alarm-content{ + color:#333333; + } } } diff --git a/src/views/ems/dzjk/sbjk/bmsdcc/index.vue b/src/views/ems/dzjk/sbjk/bmsdcc/index.vue index 5c69575..77e182a 100644 --- a/src/views/ems/dzjk/sbjk/bmsdcc/index.vue +++ b/src/views/ems/dzjk/sbjk/bmsdcc/index.vue @@ -5,21 +5,25 @@
1#电池簇
-
- - {{item.value}} - - - {{item.value}} - - -
-
-
-
-
当前SOC : 25%
+
+ + 放电 + 正常 + 正常 + +
+
+ + {{item.value}} + + +
+
+
+
+
当前SOC : 25%
+
-