From 4d4ae0f58d20f92b65797d7df9983454a66cae0f Mon Sep 17 00:00:00 2001 From: Xu Zhimeng Date: Fri, 10 Jan 2025 11:35:00 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E5=B8=A6=E5=85=A8?= =?UTF-8?q?=E9=80=89=E7=9A=84=E4=B8=8B=E6=8B=89=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CustomSelectWithAllChecking.vue/index.vue | 72 +++++++++++++++++++ src/style.less | 2 + 2 files changed, 74 insertions(+) create mode 100644 src/components/CustomSelectWithAllChecking.vue/index.vue diff --git a/src/components/CustomSelectWithAllChecking.vue/index.vue b/src/components/CustomSelectWithAllChecking.vue/index.vue new file mode 100644 index 0000000..a90170e --- /dev/null +++ b/src/components/CustomSelectWithAllChecking.vue/index.vue @@ -0,0 +1,72 @@ + + + + + \ No newline at end of file diff --git a/src/style.less b/src/style.less index d958c2e..c7fd239 100644 --- a/src/style.less +++ b/src/style.less @@ -547,6 +547,8 @@ input[type='number']::-webkit-outer-spin-button { .ant-select-dropdown-content { border: 1px solid @borderColor; overflow: visible !important; + transform: translateZ(0); + &::before { position: absolute; top: -6px;