diff --git a/src/pages/devicesSearch/ocrSearch.vue b/src/pages/devicesSearch/ocrSearch.vue index 9a9c60f..96fc3b2 100644 --- a/src/pages/devicesSearch/ocrSearch.vue +++ b/src/pages/devicesSearch/ocrSearch.vue @@ -100,7 +100,7 @@ - + + + + + + 请将识别编码置于取景框内,完成扫描 + + + + + + + + + + + + + + + 📷 + + + + + + + + 正在识别中... + + + + + {{ message }} + @@ -299,9 +835,18 @@ export default { opacity: 0; transition: opacity 0.3s; } -.custom-toast.top { top: 0; } -.custom-toast.bottom { bottom: 0; } -.custom-toast.show { opacity: 1; } + +.custom-toast.top { + top: 0; +} + +.custom-toast.bottom { + bottom: 0; +} + +.custom-toast.show { + opacity: 1; +} .page-container { display: flex; @@ -356,6 +901,7 @@ export default { z-index: 3; pointer-events: auto; } + .control-btn { width: 100rpx; height: 100rpx; diff --git a/src/pages/devicesSearch/qrSearch.vue b/src/pages/devicesSearch/qrSearch.vue index 45497fb..ae98378 100644 --- a/src/pages/devicesSearch/qrSearch.vue +++ b/src/pages/devicesSearch/qrSearch.vue @@ -1,210 +1,217 @@ -