From 7b438863bac5a245c032f327378f62b00a9886ab Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Fri, 26 Jun 2026 18:44:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 10 ---------- src/static/scss/global.scss | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/src/App.vue b/src/App.vue index e09f6e8..569a43c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -32,14 +32,4 @@ \ No newline at end of file diff --git a/src/static/scss/global.scss b/src/static/scss/global.scss index ac636bd..f75476f 100644 --- a/src/static/scss/global.scss +++ b/src/static/scss/global.scss @@ -88,3 +88,18 @@ } } } + + // 下拉选择输入框:整块输入区域响应父级点击,避免移动端只点箭头才触发 + .input-with-arrow { + width: 100%; + cursor: pointer; + + .u--input, + .u-input, + .u-input__content, + .u-input__content__field-wrapper, + .u-input__content__field-wrapper__field, + input { + pointer-events: none !important; + } + }