diff --git a/src/views/oneMap/SmartDrainage/PsLeftBox.vue b/src/views/oneMap/SmartDrainage/PsLeftBox.vue index fd6283a..81e30b3 100644 --- a/src/views/oneMap/SmartDrainage/PsLeftBox.vue +++ b/src/views/oneMap/SmartDrainage/PsLeftBox.vue @@ -22,12 +22,7 @@
{{ item.num }} @@ -48,13 +43,7 @@ {{ partName }} 位置
- +
  • @@ -496,11 +465,7 @@ height: 38px; width: 430px; margin: 0 auto; - background: linear-gradient( - 0deg, - rgba(22, 193, 216, 0.8) 0%, - rgba(0, 43, 67, 0.8) 100% - ); + background: linear-gradient(0deg, rgba(22, 193, 216, 0.8) 0%, rgba(0, 43, 67, 0.8) 100%); border-radius: 6px; border: 1px solid #15d2fd; display: flex; @@ -524,7 +489,7 @@ // justify-content: space-between; align-items: center; margin-top: 2px; - background: url("@/assets/images/zhps/liebiao.png") no-repeat; + background: url('@/assets/images/zhps/liebiao.png') no-repeat; background-size: 100% 100%; .tableBodyList_span1 { width: 10%; @@ -563,7 +528,7 @@ } } .activedright { - background: url("@/assets/images/zhps/lbxz.png") no-repeat; + background: url('@/assets/images/zhps/lbxz.png') no-repeat; background-size: 100% 100%; } } @@ -616,7 +581,7 @@ .rainend { width: 440px; height: 85%; - background: url("@/assets/images/zhps/hsRain.png") no-repeat; + background: url('@/assets/images/zhps/hsRain.png') no-repeat; background-size: 100% 100%; } .rainLegend { @@ -664,7 +629,7 @@ height: 44px; line-height: 50px; width: 98%; - background: url("@/assets/newImgs/partBg.png") no-repeat; + background: url('@/assets/newImgs/partBg.png') no-repeat; background-size: 100% 100%; display: flex; align-items: center;