fix: emoji按钮缩小(13px/4px padding),工具栏不换行(nowrap)
Some checks failed
PR Preview / teardown-preview (pull_request) Successful in 13s
PR Preview / test (pull_request) Has been skipped
PR Preview / deploy-preview (pull_request) Has been skipped
Deploy Production / test (push) Successful in 5s
Test / unit-test (push) Successful in 4s
Test / build-check (push) Successful in 4s
Deploy Production / deploy (push) Successful in 5s
Test / e2e-test (push) Failing after 1m26s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit was merged in pull request #17.
This commit is contained in:
2026-04-09 17:38:02 +00:00
parent 3133a2f10c
commit 86db3e1868

View File

@@ -89,7 +89,7 @@
</div> </div>
<!-- Search + View Toggle + Add + PDF --> <!-- Search + View Toggle + Add + PDF -->
<div style="display:flex;gap:8px;align-items:center;margin-bottom:12px;flex-wrap:wrap"> <div style="display:flex;gap:6px;align-items:center;margin-bottom:12px;flex-wrap:nowrap">
<div class="search-box" style="flex:1;min-width:140px;margin-bottom:0"> <div class="search-box" style="flex:1;min-width:140px;margin-bottom:0">
<input class="search-input" v-model="searchQuery" placeholder="搜索精油名称…" style="width:100%" /> <input class="search-input" v-model="searchQuery" placeholder="搜索精油名称…" style="width:100%" />
</div> </div>
@@ -1266,11 +1266,12 @@ async function saveCardImage(name) {
.toolbar-btn-icon { .toolbar-btn-icon {
display: none; display: none;
background: white; background: white;
border: 1.5px solid var(--border); border: 1px solid var(--border);
border-radius: 10px; border-radius: 8px;
font-size: 16px; font-size: 13px;
cursor: pointer; cursor: pointer;
padding: 6px 10px; padding: 4px 7px;
line-height: 1;
} }
.toolbar-btn-icon:hover { .toolbar-btn-icon:hover {
border-color: var(--sage); border-color: var(--sage);