From 3de672c6154a7ec8864130d5fe0abb9f1376d101 Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期四, 03 三月 2022 16:57:53 +0800 Subject: [PATCH] 我的订单gai --- src/pages/vindicate/views/systemClean.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/vindicate/views/systemClean.vue b/src/pages/vindicate/views/systemClean.vue index 50476c8..90136cd 100644 --- a/src/pages/vindicate/views/systemClean.vue +++ b/src/pages/vindicate/views/systemClean.vue @@ -293,7 +293,7 @@ <style scoped lang="scss"> .warn-icon { - color: #fe6d68; + color: var(--colorCard); font-size: 40px; margin-top: 11px; } @@ -319,7 +319,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