🐛 Fixed SQLite time field issue

This commit is contained in:
2025-09-29 00:59:45 +08:00
parent 3077d5a7c5
commit 4d6a4ff79f
10 changed files with 43 additions and 135 deletions

View File

@@ -472,7 +472,7 @@ watch(() => documentStore.showDocumentSelector, (isOpen) => {
border-radius: 3px;
margin-bottom: 4px;
width: 260px;
max-height: 320px;
//max-height: 320px;
z-index: 1000;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
overflow: hidden;