description: fixBug

IssueNo:#I5FTE9 :备忘录-打开内容后点击分类文件夹,图框有白边覆盖

Signed-off-by: yiqiang <tangyiqiang@huawei.com>
This commit is contained in:
yiqiang
2022-07-06 17:38:19 +08:00
parent 7826bd23e3
commit d3242e816a
@@ -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 })
}