mirror of
https://github.com/usememos/memos.git
synced 2024-11-15 03:07:04 +08:00
chore: fix date picker position
This commit is contained in:
parent
2ebf3f2615
commit
f9fec56560
1 changed files with 1 additions and 0 deletions
|
@ -435,6 +435,7 @@ const MemoEditor = (props: Props) => {
|
|||
onChange={(date) => date && setDisplayTime(date)}
|
||||
showTimeSelect
|
||||
customInput={<span className="cursor-pointer text-sm text-gray-400 dark:text-gray-500">{displayTime.toLocaleString()}</span>}
|
||||
calendarClassName="ml-24 sm:ml-44"
|
||||
/>
|
||||
)}
|
||||
<Editor ref={editorRef} {...editorConfig} />
|
||||
|
|
Loading…
Reference in a new issue