From 86935fa01fc3cb7648b40def281b2df682b29bd4 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Mon, 6 May 2024 09:49:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=90=88=E5=B9=B6=20?= =?UTF-8?q?=E5=AE=81=E5=A4=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../newBuy/newDevices/newDevicesArrival.vue | 1176 ++++++++--------- 1 file changed, 518 insertions(+), 658 deletions(-) diff --git a/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesArrival.vue b/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesArrival.vue index 363f53dd..53e6260a 100644 --- a/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesArrival.vue +++ b/sgzb-ui/src/views/store/newBuy/newDevices/newDevicesArrival.vue @@ -1,677 +1,537 @@ +::v-deep input::-webkit-inner-spin-button { + -webkit-appearance: none !important; +} + +::v-deep input[type='number'] { + -moz-appearance: textfield !important; +} + \ No newline at end of file