diff --git a/src/views/oneMap/OverallOverview/RightBox.vue b/src/views/oneMap/OverallOverview/RightBox.vue
index f9477ed..77cddea 100644
--- a/src/views/oneMap/OverallOverview/RightBox.vue
+++ b/src/views/oneMap/OverallOverview/RightBox.vue
@@ -62,14 +62,7 @@
{{ item.num }}
-
@@ -134,12 +127,7 @@
{{ item.gm }}
@@ -151,51 +139,48 @@
@@ -425,11 +418,7 @@
height: 14px;
width: 58%;
margin-top: 8px;
- background: linear-gradient(
- 0deg,
- rgba(0, 43, 67, 0.8) 0%,
- rgba(0, 76, 118, 0.8) 100%
- );
+ background: linear-gradient(0deg, rgba(0, 43, 67, 0.8) 0%, rgba(0, 76, 118, 0.8) 100%);
border-radius: 16px;
border: 1px solid #15d2fd;
// background: yellow;
@@ -480,7 +469,7 @@
.part {
width: 130px;
height: 160px;
- background: url("@/assets/newImgs/iSpt.png") no-repeat;
+ background: url('@/assets/newImgs/iSpt.png') no-repeat;
background-size: 100% 100%;
.parttop {
height: 160px;
@@ -548,7 +537,7 @@
position: relative;
width: 408px;
height: 44px;
- background: url("@/assets/newImgs/partBg.png") no-repeat;
+ background: url('@/assets/newImgs/partBg.png') no-repeat;
background-size: 100% 100%;
font-family: PangMenZhengDao;
font-weight: 400;
@@ -568,7 +557,7 @@
margin-left: 5px;
width: 25px;
height: 25px;
- background: url("@/assets/newImgs/xtb_img.png") no-repeat;
+ background: url('@/assets/newImgs/xtb_img.png') no-repeat;
}
.text {
font-family: Source Han Sans CN;
@@ -577,11 +566,7 @@
color: #ebfeff;
line-height: 25px;
padding-left: 5px;
- background: linear-gradient(
- 0deg,
- rgba(0, 242, 255, 0.5) 0%,
- rgba(0, 242, 255, 0) 100%
- );
+ background: linear-gradient(0deg, rgba(0, 242, 255, 0.5) 0%, rgba(0, 242, 255, 0) 100%);
height: 10px;
line-height: 0px;
margin-top: 10px;
@@ -680,7 +665,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;