From 6a5962fe9544005dba620b00fb36c25fe2da4e76 Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期二, 16 十一月 2021 15:24:46 +0800 Subject: [PATCH] 后端没修改的情况下添加默认背景图 --- src/pages/settings/components/switchBar.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/pages/settings/components/switchBar.vue b/src/pages/settings/components/switchBar.vue index c5f5db1..831d56c 100644 --- a/src/pages/settings/components/switchBar.vue +++ b/src/pages/settings/components/switchBar.vue @@ -30,7 +30,7 @@ justify-content: space-between; border-radius: 8px; - margin-bottom: 10px; + margin-bottom: 4px; .el-switch.is-checked .el-switch__core::after { left: 100%; margin-left: -12px; -- Gitblit v1.8.0