mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
style: code style fix
This commit is contained in:
parent
8195284d5f
commit
35e16acbb1
@ -27,7 +27,7 @@
|
|||||||
class="picker-presets-color"
|
class="picker-presets-color"
|
||||||
v-for="c in themeColors"
|
v-for="c in themeColors"
|
||||||
:key="c"
|
:key="c"
|
||||||
:style="{background: c}"
|
:style="{ background: c }"
|
||||||
@click="selectPresetColor(c)"
|
@click="selectPresetColor(c)"
|
||||||
></div>
|
></div>
|
||||||
</div>
|
</div>
|
||||||
@ -41,7 +41,7 @@
|
|||||||
<div class="picker-gradient-color"
|
<div class="picker-gradient-color"
|
||||||
v-for="c in col"
|
v-for="c in col"
|
||||||
:key="c"
|
:key="c"
|
||||||
:style="{background: c}"
|
:style="{ background: c }"
|
||||||
@click="selectPresetColor(c)"
|
@click="selectPresetColor(c)"
|
||||||
></div>
|
></div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user