From 6b978d18a3238351d4ed15fc24153dbfaa1a4cd9 Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期日, 13 三月 2022 14:25:46 +0800 Subject: [PATCH] 修复底库删除人员接口 --- 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