From f0ef409370c5520f8154b85aeb34ee76aa71617f Mon Sep 17 00:00:00 2001 From: ZZJ <zzjdsg2300@163.com> Date: 星期二, 09 十一月 2021 15:36:30 +0800 Subject: [PATCH] 暂存 --- src/pages/syslog/views/systemLog.vue | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/pages/syslog/views/systemLog.vue b/src/pages/syslog/views/systemLog.vue index 3e7b84d..5fca5fc 100644 --- a/src/pages/syslog/views/systemLog.vue +++ b/src/pages/syslog/views/systemLog.vue @@ -85,7 +85,6 @@ <el-table-column :align="'center'" sortable - prop="add_time" label="绾у埆" ></el-table-column> @@ -118,7 +117,6 @@ min-width="100px" label="涓绘満鍚�" ></el-table-column> - </el-table> </div> @@ -138,7 +136,7 @@ <script> import { deleteDate } from "@/api/system"; import { pad0 } from "@/api/utils"; -import { } from "@/api/log"; +import {} from "@/api/log"; export default { data() { @@ -229,8 +227,8 @@ this.activeDateChoise = i; }, getOperationLog(typ) { - if (typ==1) { - this.page=1 + if (typ == 1) { + this.page = 1; } // queryOperationLog({ // timeStart: this.timeStart, @@ -266,8 +264,9 @@ <style lang="scss"> .sys-log { margin: 0 auto; - padding: 10px 8px 10px 5px; - background-color: rgba(248, 248, 248, 1); + padding: 0px 8px 10px 5px; + border-top: 1px solid #e1e0e6; + background-color: rgba(242, 242, 247, 1); width: 100%; display: flex; flex-direction: column; -- Gitblit v1.8.0