From 781115e5b6b50a8d1893a792639a9e0f2fd1b806 Mon Sep 17 00:00:00 2001 From: xiaoguangbin Date: Tue, 22 Oct 2024 09:52:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=A7=A3=E5=86=B3=E5=BC=82=E5=B8=B8?= =?UTF-8?q?=E6=8A=A5=E8=AD=A6=20=E8=81=94=E7=B3=BB=E4=BA=BA=E7=BB=84=20?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=8E=A5=E5=8F=A3=E8=BF=94=E5=9B=9E=E5=8F=AA?= =?UTF-8?q?=E6=9C=89=E5=8D=81=E6=9D=A1=E6=95=B0=E6=8D=AE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../abnormalAlarm/alarmCenter/alarmContactGroup/index.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/views/abnormalAlarm/alarmCenter/alarmContactGroup/index.vue b/src/views/abnormalAlarm/alarmCenter/alarmContactGroup/index.vue index c3107be..1f867ab 100644 --- a/src/views/abnormalAlarm/alarmCenter/alarmContactGroup/index.vue +++ b/src/views/abnormalAlarm/alarmCenter/alarmContactGroup/index.vue @@ -235,7 +235,7 @@ export default { }) }, getAllUser() { - getAction('sys/user/list').then((res) => { + getAction('sys/user/list', {pageNo: 1, pageSize: 999}).then((res) => { if (res.success) { this.userList = res.result.records.map((item) => { return { @@ -539,6 +539,11 @@ export default { .ant-transfer-list-content-item-text { padding-left: 22px; } + .ant-transfer-list-body { + position: relative; + height: 90%; + font-size: 14px; + } } } .group-name {