From bbb3fab6b983c12a9838186edb4e79a4c17e5815 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=BD=E5=B7=A5=E5=91=98?= <4846a27a-ba87-49c9-939d-7275f63efcc7@agents.multica.local> Date: Tue, 25 Aug 2026 08:50:23 +0800 Subject: [PATCH] =?UTF-8?q?fix(HEL-126):=20=E5=8E=BB=E6=8E=89=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E4=BA=A4=E6=98=93/=E5=86=99=E5=A4=8D=E7=9B=98?= =?UTF-8?q?=E8=A1=A8=E5=8D=95=E6=97=A5=E6=9C=9F=E6=A1=86=E5=8E=9F=E7=94=9F?= =?UTF-8?q?=E4=B8=8B=E6=8B=89=E7=AE=AD=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: multica-agent --- frontend/m/css/features.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/frontend/m/css/features.css b/frontend/m/css/features.css index bb169e8..79addc8 100644 --- a/frontend/m/css/features.css +++ b/frontend/m/css/features.css @@ -3066,7 +3066,19 @@ } .m-input-date { position: relative; display: flex; align-items: center; } .m-input-date input { width: 100%; } -.m-input-date input::-webkit-calendar-picker-indicator { opacity: 0; position: absolute; right: 0; width: 100%; height: 100%; cursor: pointer; } +.m-input-date input[type="date"] { + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; +} +.m-input-date input[type="date"]::-webkit-calendar-picker-indicator { + display: none; + -webkit-appearance: none; +} +.m-input-date input[type="date"]::-webkit-inner-spin-button { + display: none; + -webkit-appearance: none; +} .m-form-field .m-input-date-icon { position: absolute; right: 12px;