From 12b7a11280728fdf699b3be99ee894d97611582d Mon Sep 17 00:00:00 2001 From: lizhijie429 <632163606@qq.com> Date: Fri, 19 Jan 2024 14:21:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=94=B1=E4=BA=8E?= =?UTF-8?q?=E7=89=A9=E6=96=99=E8=BE=B9=E6=A1=86=E5=BC=95=E8=B5=B7=E7=9A=84?= =?UTF-8?q?=E5=B7=A6=E4=BE=A7=E9=9D=A2=E6=9D=BF=E6=A0=B7=E5=BC=8F=E9=97=AE?= =?UTF-8?q?=E9=A2=98=20(#247)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/plugins/materials/src/component/Main.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/plugins/materials/src/component/Main.vue b/packages/plugins/materials/src/component/Main.vue index fc8f6f670..a787e4bdc 100644 --- a/packages/plugins/materials/src/component/Main.vue +++ b/packages/plugins/materials/src/component/Main.vue @@ -163,6 +163,12 @@ export default { white-space: nowrap; } } + + :deep(.drag-item:nth-child(3n)) { + .component-item { + border-right: none; + } + } } .tiny-collapse {