diff --git a/common/component/src/main/ets/components/FolderListComp.ets b/common/component/src/main/ets/components/FolderListComp.ets index df97271..a1ec2db 100644 --- a/common/component/src/main/ets/components/FolderListComp.ets +++ b/common/component/src/main/ets/components/FolderListComp.ets @@ -408,7 +408,6 @@ export struct FolderListBackGround { .width("100%") .height("100%") .backgroundColor($r('app.color.folder_color_d6d6d6')) - .opacity(0.4) .blur(60) } } \ No newline at end of file diff --git a/common/component/src/main/ets/components/NoteContentCompPortrait.ets b/common/component/src/main/ets/components/NoteContentCompPortrait.ets index f01e225..3111f58 100644 --- a/common/component/src/main/ets/components/NoteContentCompPortrait.ets +++ b/common/component/src/main/ets/components/NoteContentCompPortrait.ets @@ -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) diff --git a/common/resources/src/main/resources/rawfile/editor_style.css b/common/resources/src/main/resources/rawfile/editor_style.css index f4491c8..4a0563c 100644 --- a/common/resources/src/main/resources/rawfile/editor_style.css +++ b/common/resources/src/main/resources/rawfile/editor_style.css @@ -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; }