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; -}