From b63a0a13db5db2eac7cf8e06d09996a32a7990fa Mon Sep 17 00:00:00 2001 From: yiqiang Date: Wed, 6 Jul 2022 17:23:26 +0800 Subject: [PATCH] description: fixBug IssueNo: #I5FTE9 --- .../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