mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
fix: 坐标设置负值失效
This commit is contained in:
parent
b09b3559df
commit
29805c8c44
@ -28,6 +28,7 @@
|
||||
|
||||
<div class="row">
|
||||
<NumberInput
|
||||
:min="-1000"
|
||||
:step="5"
|
||||
:value="left"
|
||||
@update:value="value => updateLeft(value)"
|
||||
@ -39,6 +40,7 @@
|
||||
</NumberInput>
|
||||
<div style="width: 10%;"></div>
|
||||
<NumberInput
|
||||
:min="-1000"
|
||||
:step="5"
|
||||
:value="top"
|
||||
@update:value="value => updateTop(value)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user