diff --git a/src/assets/styles/index.scss b/src/assets/styles/index.scss index 96095ef6..d91a3f20 100644 --- a/src/assets/styles/index.scss +++ b/src/assets/styles/index.scss @@ -189,3 +189,12 @@ aside { .multiselect--active { z-index: 1000 !important; } +.lay-table-textarea { + letter-spacing: initial; + white-space: nowrap; + display: inline-block; + width: 100%; + overflow: hidden; + text-overflow: ellipsis; + line-height: 0.9; +} diff --git a/src/components/Amap/components/bigscLocation/indexV_2.vue b/src/components/Amap/components/bigscLocation/indexV_2.vue index 03ff43b8..d95e3905 100644 --- a/src/components/Amap/components/bigscLocation/indexV_2.vue +++ b/src/components/Amap/components/bigscLocation/indexV_2.vue @@ -200,7 +200,7 @@ export default { list.forEach(v => { // if (v.unProcessAlarmTotal > 0) { resultStr = resultStr + ` -
+
-
+