From 9294a4235b826cf00dac84aa38be3c52a306ea97 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期二, 12 九月 2023 10:06:33 +0800 Subject: [PATCH] Merge branch 'bus' of ssh://192.168.5.5:29418/web/apsDashboard-1 into bus --- src/pages/vindicate/views/restartSettings.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/vindicate/views/restartSettings.vue b/src/pages/vindicate/views/restartSettings.vue index f93c4d5..5feea6a 100644 --- a/src/pages/vindicate/views/restartSettings.vue +++ b/src/pages/vindicate/views/restartSettings.vue @@ -452,7 +452,7 @@ <style lang="scss"> .warn-icon { - color: #fe6d68; + color: var(--colorCard); font-size: 40px; margin-top: 11px; } @@ -478,7 +478,7 @@ .el-message-box__btns { display: flex; justify-content: center; - margin-top: 20px; + margin: 20px; .el-button:focus, .el-button:hover { background-color: none; -- Gitblit v1.8.0