From 14a10350f1881339496cedb26dc31734b6631286 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Wed, 27 Sep 2023 17:10:05 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E9=93=BE=E6=8E=A5=E4=B8=8D=E6=8D=A2=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/less/common.less | 9 +++++++++ .../system/firendshipLinkManage/FriendshipLinkList.vue | 7 ------- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/src/assets/less/common.less b/src/assets/less/common.less index cddeca12..89ce705a 100644 --- a/src/assets/less/common.less +++ b/src/assets/less/common.less @@ -335,6 +335,15 @@ text-overflow: ellipsis; } +/* 表格中换行链接的样式 */ +.link-a { + display: inline-block; + width: 100%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + .can-click-table-text { color: @primary-color; cursor: pointer; diff --git a/src/views/system/firendshipLinkManage/FriendshipLinkList.vue b/src/views/system/firendshipLinkManage/FriendshipLinkList.vue index e8466d37..0fec1a28 100644 --- a/src/views/system/firendshipLinkManage/FriendshipLinkList.vue +++ b/src/views/system/firendshipLinkManage/FriendshipLinkList.vue @@ -180,11 +180,4 @@ export default {