From 85b6529fde4e584a0e48d8c25a455a4bace89708 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Tue, 27 Sep 2022 17:28:43 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=A7=86=E5=9B=BE):=20=E5=A4=96=E8=BE=B9?= =?UTF-8?q?=E8=B7=9D=E5=8F=AF=E4=BB=A5=E8=BE=93=E5=85=A5=E9=99=90=E5=88=B6?= =?UTF-8?q?=E4=BB=A5=E5=A4=96=E7=9A=84=E6=95=B0=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../component-style/MarginSelector.vue | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/frontend/src/views/chart/components/component-style/MarginSelector.vue b/frontend/src/views/chart/components/component-style/MarginSelector.vue index 41ebf2aa2a..3ceaf0558c 100644 --- a/frontend/src/views/chart/components/component-style/MarginSelector.vue +++ b/frontend/src/views/chart/components/component-style/MarginSelector.vue @@ -11,25 +11,25 @@
- + - + - + - + @@ -196,4 +196,12 @@ export default { cursor: pointer; z-index: 1003; } +::v-deep .hide-icon-number input::-webkit-outer-spin-button, +::v-deep .hide-icon-number input::-webkit-inner-spin-button { + -webkit-appearance: none !important; +} +::v-deep .hide-icon-number input[type="number"] { + -moz-appearance: textfield !important; +} +