mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
Merge pull request #144 from 948764321/bug-fix/vertical-text-box-rotation
fix: text 文本框宽度异常导致旋转异常
This commit is contained in:
commit
71ba2c89a4
@ -5,7 +5,7 @@
|
||||
:style="{
|
||||
top: elementInfo.top + 'px',
|
||||
left: elementInfo.left + 'px',
|
||||
width: elementInfo.vertical ? 'auto' : elementInfo.width + 'px',
|
||||
width: elementInfo.width + 'px',
|
||||
height: elementInfo.vertical ? elementInfo.height + 'px' : 'auto',
|
||||
}"
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user