From 2f3ceaee8fc45b4734bd54323e774fabae1660b4 Mon Sep 17 00:00:00 2001 From: Free-sss <630042479@qq.com> Date: Mon, 8 Sep 2025 17:54:23 +0800 Subject: [PATCH] =?UTF-8?q?style(components):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E5=B0=8F=E8=BE=B9=E6=A1=86=E5=9B=BE=E8=A1=A8=E7=9A=84=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=20=E6=8F=90=E9=AB=98=20.right-select=20=E7=9A=84=20z-?= =?UTF-8?q?index=20=E4=BB=A5=E7=A1=AE=E4=BF=9D=E6=AD=A3=E7=A1=AE=E7=9A=84?= =?UTF-8?q?=E5=B1=82=E7=BA=A7=E5=85=B3=E7=B3=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/packages/components/Charts/PublicSmallBorder/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/packages/components/Charts/PublicSmallBorder/index.vue b/src/packages/components/Charts/PublicSmallBorder/index.vue index b74bac6..abd0e81 100644 --- a/src/packages/components/Charts/PublicSmallBorder/index.vue +++ b/src/packages/components/Charts/PublicSmallBorder/index.vue @@ -108,7 +108,7 @@ const handleSelectChange = (value: any) => { .right-select { margin-left: 70px; margin-top: 8px; - z-index: 10; + z-index: 1001; } } @@ -118,7 +118,7 @@ const handleSelectChange = (value: any) => { /* min-height: calc(100% - 15px); */ margin-top: 2px; width: 90%; - padding: 5px 10px; + padding: 5px 15px; box-sizing: border-box; position: relative; /* background-color: aquamarine; */