From 13353c840c084def88a545f13490b74cd7cbf2b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A6=99=E7=A0=81=E7=94=9F=E8=8A=B1?= <18523774412@qq.com> Date: Wed, 23 Mar 2022 05:10:25 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=E4=B8=AA=E4=BA=BA=E8=B5=84=E6=96=99?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=97=A5=E5=BF=97=E6=98=BE=E7=A4=BA=E5=AE=8C?= =?UTF-8?q?=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/views/backend/auth/adminLog/index.vue | 9 +++++++- web/src/views/backend/routine/adminInfo.vue | 21 +++++++------------ 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/web/src/views/backend/auth/adminLog/index.vue b/web/src/views/backend/auth/adminLog/index.vue index 3aab6774..aa97dc1f 100644 --- a/web/src/views/backend/auth/adminLog/index.vue +++ b/web/src/views/backend/auth/adminLog/index.vue @@ -104,7 +104,14 @@ const baTable = new baTableClass( operatorPlaceholder: '模糊查询', 'show-overflow-tooltip': true, }, - { label: t('auth/adminLog.url'), prop: 'url', align: 'center', operator: 'LIKE', operatorPlaceholder: '模糊查询' }, + { + label: t('auth/adminLog.url'), + prop: 'url', + align: 'center', + operator: 'LIKE', + operatorPlaceholder: '模糊查询', + 'show-overflow-tooltip': true, + }, { label: t('auth/adminLog.ip'), prop: 'ip', align: 'center', operator: 'LIKE', operatorPlaceholder: '模糊查询' }, { label: t('auth/adminLog.useragent'), diff --git a/web/src/views/backend/routine/adminInfo.vue b/web/src/views/backend/routine/adminInfo.vue index a2279dfa..0b55a829 100644 --- a/web/src/views/backend/routine/adminInfo.vue +++ b/web/src/views/backend/routine/adminInfo.vue @@ -69,17 +69,14 @@ - - -
{{ item.title }}
- - {{ item.url }} -
+ + {{ item.title }}
{ margin-bottom: 20px; } } -.mt10 { - margin-top: 6px; -} -.log-h5 { - display: inline; -}