@koi-br/ocr-web-sdk 1.0.21 → 1.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{index-B7vUXfzK.mjs → index-BWki2iCT.mjs} +5 -5
- package/dist/{index-DQKsWq_p.js → index-DMrAu9XA.js} +3 -3
- package/dist/index.cjs.js +2 -2
- package/dist/index.esm.js +2 -2
- package/dist/{tiff.min-KyZyepKd.mjs → tiff.min-BJl2-lKC.mjs} +1 -1
- package/dist/{tiff.min-CotNPbgn.js → tiff.min-BXwfCZsx.js} +1 -1
- package/package.json +1 -1
- package/preview/PdfPreview.vue +1 -1
package/package.json
CHANGED
package/preview/PdfPreview.vue
CHANGED
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
<!-- 右侧: 缩放控制和全屏控制 -->
|
|
44
44
|
<div class="toolbar-group">
|
|
45
45
|
<!-- 缩放模式选择 -->
|
|
46
|
-
<ADropdown trigger="
|
|
46
|
+
<ADropdown trigger="click" @select="handleScaleModeChange">
|
|
47
47
|
<AButton size="small" type="outline" class="scale-mode-btn">
|
|
48
48
|
<component :is="currentScaleModeIcon" :size="16" />
|
|
49
49
|
</AButton>
|