From 773c56dfe882dda7600dc6df51ec200fde076772 Mon Sep 17 00:00:00 2001 From: xuhuajiao <13476289682@163.com> Date: Fri, 2 Sep 2022 11:14:43 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F-=E6=97=A5=E5=BF=97=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/log/errorLog.vue | 16 ++++++++++++---- .../system/logManage/operateLog/index.vue | 19 ++++++++++++++++++- 2 files changed, 30 insertions(+), 5 deletions(-) diff --git a/src/views/system/log/errorLog.vue b/src/views/system/log/errorLog.vue index c6d0077..709fdd1 100644 --- a/src/views/system/log/errorLog.vue +++ b/src/views/system/log/errorLog.vue @@ -49,8 +49,12 @@ - -
+ + + +
+
+
@@ -144,12 +148,16 @@ export default { .demo-table-expand .el-form-item__content { font-size: 12px; } +::v-deep .el-dialog{ + width: 1200px !important; +} ::v-deep .el-dialog__body { padding: 0 20px 10px 20px !important; } .java.hljs { - color: #444; - background: #ffffff !important; + color: #999; + background: transparent !important; + width: 100%; height: 630px !important; } ::v-deep .head-container{ diff --git a/src/views/system/logManage/operateLog/index.vue b/src/views/system/logManage/operateLog/index.vue index f37e4c5..01e9618 100644 --- a/src/views/system/logManage/operateLog/index.vue +++ b/src/views/system/logManage/operateLog/index.vue @@ -30,7 +30,7 @@ {{ props.row.method }} - {{ props.row.params }} + {{ props.row.params }} @@ -156,4 +156,21 @@ export default { align-items: flex-start; padding-bottom: 0; } +.el-table td.el-table__cell div{ + display: flex; + justify-content: flex-start; + margin-bottom: 10px; +} +.el-table .el-form { + padding: 0 10px; +} +::v-deep .el-form-item--small .el-form-item__label{ + width: 80px; + line-height: 28px; +} +::v-deep .el-form-item__content{ + flex: 1; + font-size: 12px; + line-height: 28px; +}