diff --git a/common/component/src/main/ets/components/NoteContentCompPortrait.ets b/common/component/src/main/ets/components/NoteContentCompPortrait.ets index db59dc5151fbc1e440dec242bae2ca1654902a13..bec867cc7a7ee4791ccafcc413772cbc5a60dbbf 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 }) }