diff --git a/frontend/src/components/recipe-mobile/recipe-edit.vue b/frontend/src/components/recipe-mobile/recipe-edit.vue index 5502ca9..eab9d62 100644 --- a/frontend/src/components/recipe-mobile/recipe-edit.vue +++ b/frontend/src/components/recipe-mobile/recipe-edit.vue @@ -70,7 +70,19 @@
- + + 创建食材 + +
+ + + + + + +
@@ -100,7 +137,6 @@ class="submit-button" round type="danger" - plain hairline :disabled="disable_submit" @click="onSubmitDelete(recipe_id)" @@ -113,7 +149,6 @@ class="submit-button" round type="primary" - plain hairline :disabled="disable_submit" @click="onSubmit(recipe_id)" @@ -126,7 +161,6 @@ class="submit-button" round type="primary" - plain hairline :disabled="disable_submit" @click="onSubmit(recipe_id)" @@ -141,25 +175,26 @@