feat: Header重排、共享配方到公共库、待审核配方、权限优化 #17

Merged
fam merged 39 commits from fix/ui-polish-round2 into main 2026-04-09 18:37:12 +00:00
Showing only changes of commit 86db3e1868 - Show all commits

View File

@@ -89,7 +89,7 @@
</div>
<!-- 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">
<input class="search-input" v-model="searchQuery" placeholder="搜索精油名称…" style="width:100%" />
</div>
@@ -1266,11 +1266,12 @@ async function saveCardImage(name) {
.toolbar-btn-icon {
display: none;
background: white;
border: 1.5px solid var(--border);
border-radius: 10px;
font-size: 16px;
border: 1px solid var(--border);
border-radius: 8px;
font-size: 13px;
cursor: pointer;
padding: 6px 10px;
padding: 4px 7px;
line-height: 1;
}
.toolbar-btn-icon:hover {
border-color: var(--sage);