From f5719265d7cb69e94806b02ddcd797b77e978e29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E8=8B=A5=E6=99=A8?= <974220104@qq.com> Date: Wed, 11 Oct 2023 17:07:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/scss/dataBoard/overview/index.scss | 25 ++- .../dataBoard/cpts/homeDetails/index.vue | 2 +- src/views/dataBoard/cpts/map/index.vue | 187 ++++++++++++++---- .../components/DynamicHumanRoomData.vue | 28 ++- .../overview/components/GridUpdateRanking.vue | 28 ++- .../overview/components/RankingGridData.vue | 28 ++- .../dataBoard/overview/components/sq12345.vue | 28 ++- .../dataBoard/overview/components/sqrfph.vue | 30 ++- 8 files changed, 288 insertions(+), 68 deletions(-) diff --git a/src/assets/scss/dataBoard/overview/index.scss b/src/assets/scss/dataBoard/overview/index.scss index 55e0cba68..3a9b376d2 100644 --- a/src/assets/scss/dataBoard/overview/index.scss +++ b/src/assets/scss/dataBoard/overview/index.scss @@ -582,33 +582,36 @@ height: 40px; .th { - width: 110px; + width: 85px; height: 40px; line-height: 40px; font-size: 14px; font-weight: 400; color: #A3B9DA; + white-space: nowrap; } .th:nth-child(1) { width: 65px; text-align: center; } + .th:nth-child(2) { + width: 130px; + } .td { height: 40px; line-height: 40px; - width: 110px; overflow: hidden; font-size: 14px; font-weight: 400; + width: 85px; color: #FFFFFF; text-overflow: ellipsis; white-space: nowrap; - // padding: 0 8px; - // overflow: hidden; - // white-space: nowrap; - // text-overflow: ellipsis; + } + .td:nth-child(2) { + width: 130px; } .tdbg1 { @@ -657,7 +660,7 @@ height: 40px; .th { - width: 110px; + width: 80px; height: 40px; line-height: 40px; font-size: 14px; @@ -669,11 +672,14 @@ width: 65px; text-align: center; } + .th:nth-child(2) { + width: 130px; + } .td { height: 40px; line-height: 40px; - width: 110px; + width: 80px; font-size: 14px; font-weight: 400; color: #FFFFFF; @@ -718,6 +724,9 @@ width: 65px; text-align: center; } + .td:nth-child(2) { + width: 130px; + } } .tr:nth-child(even) { diff --git a/src/views/dataBoard/cpts/homeDetails/index.vue b/src/views/dataBoard/cpts/homeDetails/index.vue index a07ac8983..395b00a6d 100644 --- a/src/views/dataBoard/cpts/homeDetails/index.vue +++ b/src/views/dataBoard/cpts/homeDetails/index.vue @@ -50,7 +50,7 @@ - +