From 4383eed668e2ba7366e416881653634e24e3bf24 Mon Sep 17 00:00:00 2001 From: luobinjie Date: Wed, 14 Jan 2026 17:34:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/user-list/AuditLog.vue | 126 +++++++++++++++++++++++++------ 1 file changed, 103 insertions(+), 23 deletions(-) diff --git a/src/views/user-list/AuditLog.vue b/src/views/user-list/AuditLog.vue index 10549e8..3a9972a 100644 --- a/src/views/user-list/AuditLog.vue +++ b/src/views/user-list/AuditLog.vue @@ -7,8 +7,60 @@ 安全日志 +
+
+ 开始时间: + + +
+
+ 结束时间: + + +
+
+ 操作用户: + + + + +
+
+ 请求地址: + +
+
+ 查询 +
+
- + @@ -40,23 +92,15 @@ - + - + - + - - - - - - - - + + 取 消 @@ -68,6 +112,7 @@ @@ -178,4 +248,14 @@ export default { font-family: "NotoSansSC-Regular"; float: right; } +.query{ + margin-right: 10px; + display: flex; + justify-content: center; + align-items: center; + font-size: 14px; + color: #232748; + font-size: 400; + font-family: "NotoSansSC-Regular"; +}