mirror of
https://github.com/openharmony/applications_notes.git
synced 2026-07-18 18:24:27 -04:00
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user