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
b8484870c5
commit
7735f7767d
@ -5,12 +5,12 @@
|
||||
style="flex: 1;"
|
||||
:checked="flip.x === 180"
|
||||
@click="updateFlip({ x: flip.x === 180 ? 0 : 180, y: flip.y })"
|
||||
><IconFlipVertically /> 水平翻转</CheckboxButton>
|
||||
><IconFlipVertically /> 垂直翻转</CheckboxButton>
|
||||
<CheckboxButton
|
||||
style="flex: 1;"
|
||||
:checked="flip.y === 180"
|
||||
@click="updateFlip({ x: flip.x, y: flip.y === 180 ? 0 : 180 })"
|
||||
><IconFlipHorizontally /> 垂直翻转</CheckboxButton>
|
||||
><IconFlipHorizontally /> 水平翻转</CheckboxButton>
|
||||
</CheckboxButtonGroup>
|
||||
</div>
|
||||
</template>
|
||||
|
Loading…
x
Reference in New Issue
Block a user