Signed-off-by: zhanghongchuan33 <zhanghongchuan6@huawei.com>
This commit is contained in:
zhanghongchuan33
2022-06-07 09:02:21 +08:00
parent 30758bd9fa
commit 1112e76d8e
3 changed files with 3 additions and 3 deletions
@@ -408,7 +408,6 @@ export struct FolderListBackGround {
.width("100%")
.height("100%")
.backgroundColor($r('app.color.folder_color_d6d6d6'))
.opacity(0.4)
.blur(60)
}
}
@@ -127,7 +127,7 @@ export struct NoteContentCompPortrait {
LogUtil.info(TAG, "setInterval time_id : " + time_id)
this.editModel = true
})
.margin({ top: 0 })
.margin({ top: 16 })
.width(StyleConstants.PERCENTAGE_100)
}
.flexShrink(1)
@@ -30,7 +30,7 @@ body {
}
#editorjs {
padding-left: 0px;
padding-left: 1px;
padding-right: 24px;
width: 100%;
display: table-cell;
@@ -85,6 +85,7 @@ body {
.note-checkbox:checked+span {
text-decoration: line-through;
margin-left: 12px;
color: #F88805;
opacity: 0.4;
}