fix: 手机编辑配方弹层合适宽度 + 打开时屏蔽 tab 滑动 #44
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user