From 35e16acbb1561896012057ffcab1a965873628db Mon Sep 17 00:00:00 2001 From: pipipi-pikachu Date: Mon, 21 Jun 2021 22:37:10 +0800 Subject: [PATCH] style: code style fix --- src/components/ColorPicker/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ColorPicker/index.vue b/src/components/ColorPicker/index.vue index eec663a1..c1d696fe 100644 --- a/src/components/ColorPicker/index.vue +++ b/src/components/ColorPicker/index.vue @@ -27,7 +27,7 @@ class="picker-presets-color" v-for="c in themeColors" :key="c" - :style="{background: c}" + :style="{ background: c }" @click="selectPresetColor(c)" > @@ -41,7 +41,7 @@