feat: 支持负值阴影

This commit is contained in:
pipipi-pikachu 2022-04-30 09:56:39 +08:00
parent 565e0d17d6
commit 2b3ce493f0

View File

@ -11,7 +11,7 @@
<div style="flex: 2;">水平阴影</div>
<Slider
class="slider"
:min="0"
:min="-10"
:max="10"
:step="1"
:value="shadow.h"
@ -22,7 +22,7 @@
<div style="flex: 2;">垂直阴影</div>
<Slider
class="slider"
:min="0"
:min="-10"
:max="10"
:step="1"
:value="shadow.v"