From 44d19cf26397a3969cc2a9143a266e0a2f056223 Mon Sep 17 00:00:00 2001 From: Yuikill <1191184301@qq.com> Date: Fri, 27 Sep 2024 17:07:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A1=A8=E6=A0=BC=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E8=BF=87=E9=95=BF=E6=B7=BB=E5=8A=A0hover=E8=A1=A5=E5=85=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bcs-bscp/ui/src/views/space/groups/index.vue | 2 +- .../src/views/space/groups/services-to-published.vue | 1 + .../version-manage/version-list-full-table.vue | 1 + .../version-manage/version-list-simple-table.vue | 7 ++++++- .../config-table-list/tables/table-with-kv.vue | 12 ++++++++---- .../config/version-list-aside/version-table-list.vue | 1 + .../package-detail/tables/common-config-table.vue | 9 +++++++-- 7 files changed, 25 insertions(+), 8 deletions(-) diff --git a/bcs-services/bcs-bscp/ui/src/views/space/groups/index.vue b/bcs-services/bcs-bscp/ui/src/views/space/groups/index.vue index c8a9b2401f..5e45ed4680 100644 --- a/bcs-services/bcs-bscp/ui/src/views/space/groups/index.vue +++ b/bcs-services/bcs-bscp/ui/src/views/space/groups/index.vue @@ -38,7 +38,7 @@
- + diff --git a/bcs-services/bcs-bscp/ui/src/views/space/groups/services-to-published.vue b/bcs-services/bcs-bscp/ui/src/views/space/groups/services-to-published.vue index 22a9c49cd6..68c3a76913 100644 --- a/bcs-services/bcs-bscp/ui/src/views/space/groups/services-to-published.vue +++ b/bcs-services/bcs-bscp/ui/src/views/space/groups/services-to-published.vue @@ -10,6 +10,7 @@ :border="['outer']" :remote-pagination="true" :pagination="pagination" + show-overflow-tooltip @page-limit-change="handlePageLimitChange" @page-value-change="loadServicesList"> diff --git a/bcs-services/bcs-bscp/ui/src/views/space/scripts/version-manage/version-list-full-table.vue b/bcs-services/bcs-bscp/ui/src/views/space/scripts/version-manage/version-list-full-table.vue index 8fc5e683fa..cd2761f89a 100644 --- a/bcs-services/bcs-bscp/ui/src/views/space/scripts/version-manage/version-list-full-table.vue +++ b/bcs-services/bcs-bscp/ui/src/views/space/scripts/version-manage/version-list-full-table.vue @@ -4,6 +4,7 @@ :data="props.list" :remote-pagination="true" :pagination="pagination" + show-overflow-tooltip @page-limit-change="emits('pageLimitChange', $event)" @page-value-change="emits('pageChange', $event)"> diff --git a/bcs-services/bcs-bscp/ui/src/views/space/scripts/version-manage/version-list-simple-table.vue b/bcs-services/bcs-bscp/ui/src/views/space/scripts/version-manage/version-list-simple-table.vue index 09b6614dc4..85bb9333a7 100644 --- a/bcs-services/bcs-bscp/ui/src/views/space/scripts/version-manage/version-list-simple-table.vue +++ b/bcs-services/bcs-bscp/ui/src/views/space/scripts/version-manage/version-list-simple-table.vue @@ -1,5 +1,10 @@