diff --git a/src/views/oneMap/components/ZHRQ.vue b/src/views/oneMap/components/ZHRQ.vue
index 650e413..78fb1db 100644
--- a/src/views/oneMap/components/ZHRQ.vue
+++ b/src/views/oneMap/components/ZHRQ.vue
@@ -126,7 +126,9 @@
>
风险区域:
- {{ item.wranLocation }}
+
+ {{ item.wranLocation }}
+
风险特征:
@@ -1733,6 +1735,9 @@
font-size: 14px;
color: #ffffff;
text-align: center;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
}
}
.JCListBox_List_BTN {