From 62061826fcc333e34c948ceb295091094e65a256 Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Wed, 8 Apr 2026 14:25:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=A6=E6=83=85=E6=A8=A1=E5=BC=8F=E4=B8=8B?= =?UTF-8?q?=E9=9A=90=E8=97=8F=E4=B8=8B=E6=8B=89=E9=80=89=E6=8B=A9=E7=9A=84?= =?UTF-8?q?=E7=AE=AD=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/design/ant/index.less | 3 +++ .../invoicing/fkd/components/NuInvoicingFkdMainForm.vue | 6 +++--- .../components/ConfigServiceDirectiveForm.vue | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/design/ant/index.less b/src/design/ant/index.less index 973e9a3..a0e9133 100644 --- a/src/design/ant/index.less +++ b/src/design/ant/index.less @@ -200,6 +200,9 @@ html[data-theme='light'] { color: rgba(51, 51, 51, 0.25); } } + .ant-select-arrow{ + display: none; + } } .ant-input-number.ant-input-number-disabled { .ant-input-number-input { diff --git a/src/views/invoicing/fkd/components/NuInvoicingFkdMainForm.vue b/src/views/invoicing/fkd/components/NuInvoicingFkdMainForm.vue index 5b93a68..222cf29 100644 --- a/src/views/invoicing/fkd/components/NuInvoicingFkdMainForm.vue +++ b/src/views/invoicing/fkd/components/NuInvoicingFkdMainForm.vue @@ -1,6 +1,6 @@