This commit is contained in:
bb_pan 2025-07-26 12:05:58 +08:00
parent 6aa13bff21
commit d97f178ea6
2 changed files with 2 additions and 2 deletions

View File

@ -289,8 +289,8 @@
>
<img
:src="item.outSignUrl"
:class="{ 'is-rotate': item.outSignType == 0 }"
style="width: 40px; height: 90px; max-width: 100%"
:style="{ transform: item.outSignType == 0 ? 'rotate(-90deg)' : '' }"
alt=""
/>
</div>

View File

@ -289,8 +289,8 @@
>
<img
:src="item.outSignUrl"
:class="{ 'is-rotate': item.outSignType == 0 }"
style="width: 40px; height: 90px; max-width: 100%"
:style="{ transform: item.outSignType == 0 ? 'rotate(-90deg)' : '' }"
alt=""
/>
</div>