diff --git a/src/views/common/DocumentSearch.vue b/src/views/common/DocumentSearch.vue index 6223783..b2617bb 100644 --- a/src/views/common/DocumentSearch.vue +++ b/src/views/common/DocumentSearch.vue @@ -73,7 +73,7 @@ if (resolvedWorkerSrc) { pdfjsLib.GlobalWorkerOptions.workerSrc = null } -const DEFAULT_SCALE = 1.20 +const DEFAULT_SCALE = 1.1 const DEFAULT_PDF_URL = 'http://192.168.0.14:9090/smart-bid/technicalSolutionDatabase/2025/10/30/fe5b46ea37554516a71e7c0c486d3715.pdf' export default { @@ -82,8 +82,7 @@ export default { fileUrl: { type: String, default: '' - }, - showSearchBar: true + } }, computed: { overlayType() { @@ -135,6 +134,7 @@ export default { pdfAssetsBase: '', searching: false, scrollAnimationFrame: null, + showSearchBar: false, } }, mounted() {