fix: 手机编辑配方弹层合适宽度 + 打开时屏蔽 tab 滑动 #44

Merged
fam merged 7 commits from fix/mobile-edit-recipe-width into main 2026-04-18 19:13:05 +00:00
Showing only changes of commit 2a2b1b8928 - Show all commits

View File

@@ -2307,6 +2307,9 @@ watch(() => recipeStore.recipes, () => {
.form-select {
flex: 1;
width: 100%;
min-width: 0;
box-sizing: border-box;
padding: 8px 10px;
border: 1.5px solid #d4cfc7;
border-radius: 8px;
@@ -2328,6 +2331,7 @@ watch(() => recipeStore.recipes, () => {
.oil-search-wrap {
flex: 1;
width: 100%;
position: relative;
}