mirror of
https://github.com/openharmony/applications_notes.git
synced 2026-07-18 18:24:27 -04:00
description: fixBug
IssueNo:#I5FTE9 :备忘录-打开内容后点击分类文件夹,图框有白边覆盖 Signed-off-by: yiqiang <tangyiqiang@huawei.com>
This commit is contained in:
@@ -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 })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user