From 1945909a293d4a8f5561b01fcc436eefcc669c4a Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 6 Jan 2023 17:45:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=97=8B=E8=BD=AC=E8=87=AA?= =?UTF-8?q?=E9=80=82=E5=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/pages/sealDrawer.vue | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/components/pages/sealDrawer.vue b/src/components/pages/sealDrawer.vue index 3fbbec9c..8619c669 100644 --- a/src/components/pages/sealDrawer.vue +++ b/src/components/pages/sealDrawer.vue @@ -39,9 +39,8 @@ export default { } }, mounted() { - this.isVertical = ![90, -90].includes(window.orientation) window.onresize = () => { - location.reload() + this.isVertical = ![90, -90].includes(window.orientation) } this.initDrawer() }, @@ -118,10 +117,10 @@ export default { .resetSignature { position: absolute; - width: 76px; - height: 32px; + width: 152px; + height: 64px; background: rgba(#000, .5); - border-radius: 16px; + border-radius: 32px; display: flex; align-items: center; justify-content: center; @@ -129,7 +128,7 @@ export default { cursor: pointer; right: 16px; top: 16px; - font-size: 20px; + font-size: 32px; z-index: 2; &.left {