From c321e60886e77ee565c1743ee11343972a8f5362 Mon Sep 17 00:00:00 2001 From: yiqiang Date: Wed, 6 Jul 2022 17:38:19 +0800 Subject: [PATCH] =?UTF-8?q?description:=20fixBug=20IssueNo:#I5FTE9=20:?= =?UTF-8?q?=E5=A4=87=E5=BF=98=E5=BD=95-=E6=89=93=E5=BC=80=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E5=90=8E=E7=82=B9=E5=87=BB=E5=88=86=E7=B1=BB=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=A4=B9=EF=BC=8C=E5=9B=BE=E6=A1=86=E6=9C=89=E7=99=BD?= =?UTF-8?q?=E8=BE=B9=E8=A6=86=E7=9B=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yiqiang --- .../src/main/ets/components/NoteContentCompPortrait.ets | 3 --- 1 file changed, 3 deletions(-) diff --git a/common/component/src/main/ets/components/NoteContentCompPortrait.ets b/common/component/src/main/ets/components/NoteContentCompPortrait.ets index db59dc5..bec867c 100644 --- a/common/component/src/main/ets/components/NoteContentCompPortrait.ets +++ b/common/component/src/main/ets/components/NoteContentCompPortrait.ets @@ -205,10 +205,7 @@ export struct NoteContentOverViewComp { .edgeEffect(EdgeEffect.Spring) .height(this.AllFolderArray.length > 12 ? 504 : (this.AllFolderArray.length - 3) * 56) } - .margin({ top: 24, bottom: 24, left: 24, right: 24 }) - .borderRadius(16) .backgroundColor($r('app.color.folder_color_ffffff')) - .shadow({ color: "#0a000000", offsetX: 0, offsetY: 2, radius: 30 }) .width(148) .padding({ left: 24, right: 24 }) } -- Gitee