mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2026-01-07 00:36:08 +08:00
Fix image ratio
This commit is contained in:
parent
0ffd3dcee3
commit
261f853b03
1 changed files with 3 additions and 1 deletions
|
|
@ -13,7 +13,9 @@
|
|||
</div>
|
||||
<div class="modal-body">
|
||||
<label class="sci-label">{{i18n.t('assets.from_clipboard.image_preview')}}</label>
|
||||
<canvas class="w-full max-h-80 rounded border border-solid border-sn-light-grey" ref="preview" />
|
||||
<div class="flex justify-center w-full">
|
||||
<canvas class="max-h-80 max-w-lg rounded border border-solid border-sn-light-grey" ref="preview" />
|
||||
</div>
|
||||
<div class="w-full py-6">
|
||||
<label class="sci-label">{{i18n.t('assets.from_clipboard.select_target')}}</label>
|
||||
<SelectSearch
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue