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%
+
-