From 2e47f4236687e9618d02a26ac7c8b62d06a467cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Chuailei000=E2=80=9D?= <2280131253@qq.com> Date: Thu, 15 Sep 2022 13:58:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=89=B9=E9=87=8F?= =?UTF-8?q?=E5=91=BD=E4=BB=A4=E5=88=97=E8=A1=A8=E5=8F=AF=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/theme/element-extra.css | 9 +++++++++ src/views/audits/CommandExecutionList.vue | 13 +++---------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/public/theme/element-extra.css b/public/theme/element-extra.css index 3082e3e97..06b4d9f30 100644 --- a/public/theme/element-extra.css +++ b/public/theme/element-extra.css @@ -247,6 +247,15 @@ td .el-button.el-button--mini { border-top-color: #676a6c; } +.text-link { + color: info!important; +} + +.text-link:hover { + color: info!important; + filter: opacity(65%)!important; +} + .text-danger { color: danger; } diff --git a/src/views/audits/CommandExecutionList.vue b/src/views/audits/CommandExecutionList.vue index c5c4e327c..a073203a0 100644 --- a/src/views/audits/CommandExecutionList.vue +++ b/src/views/audits/CommandExecutionList.vue @@ -42,7 +42,7 @@ export default { vm.relationDialog.tableConfig.url = setUrlParam(vm.relationDialog.tableConfig.url, 'commandexecution', row.id) vm.relationDialog.show = true } - return { cellValue.length } + return { cellValue.length } } }, command: { @@ -67,7 +67,7 @@ export default { formatter: (row) => { const label = this.$t('audits.View') const route = { to: { name: 'CeleryTaskLog', params: { id: row.id }}} - return { label } + return { label } } }, date_start: { @@ -137,12 +137,5 @@ export default { } -