From ec778edb9354598f0c9a5baa5dbdeb7898664f3f Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Wed, 13 Jan 2021 20:41:42 +0100 Subject: [PATCH] alignment --- vue/src/apps/RecipeView/RecipeView.vue | 67 ++++++++++++-------------- vue/src/components/Step.vue | 2 +- vue/webpack-stats.json | 2 +- 3 files changed, 33 insertions(+), 38 deletions(-) diff --git a/vue/src/apps/RecipeView/RecipeView.vue b/vue/src/apps/RecipeView/RecipeView.vue index 09b797b40..64d3e5094 100644 --- a/vue/src/apps/RecipeView/RecipeView.vue +++ b/vue/src/apps/RecipeView/RecipeView.vue @@ -18,51 +18,47 @@
- - - - - - - - -
{{ _('Preparation') }}
{{ recipe.working_time }} {{ _('min') }}
+
+
+ +
+
+ {{ _('Preparation') }}
+ {{ recipe.working_time }} {{ _('min') }} +
+
-
- - - - - - - - -
{{ _('Waiting') }}
{{ recipe.waiting_time }} {{ _('min') }}
+
+
+
+ +
+
+ {{ _('Waiting') }}
+ {{ recipe.waiting_time }} {{ _('min') }} +
+
- - - - - - - -
- - - +
+ +
+
+ -
- {{ _('Servings') }} -
- +
+
+ {{ _('Servings') }} +
+
-
+
@@ -124,7 +120,6 @@ -
diff --git a/vue/src/components/Step.vue b/vue/src/components/Step.vue index fca0f3bb9..4255fe1f5 100644 --- a/vue/src/components/Step.vue +++ b/vue/src/components/Step.vue @@ -60,7 +60,7 @@
-
+
diff --git a/vue/webpack-stats.json b/vue/webpack-stats.json index 8740979fd..1bce99bf7 100644 --- a/vue/webpack-stats.json +++ b/vue/webpack-stats.json @@ -1 +1 @@ -{"status":"done","publicPath":"http://localhost:8080/","chunks":{"chunk-vendors":[{"name":"js/chunk-vendors.js","publicPath":"http://localhost:8080/js/chunk-vendors.js","path":"F:\\Developement\\Django\\recipes\\cookbook\\static\\vue\\js\\chunk-vendors.js"}],"recipe_view":[{"name":"js/recipe_view.js","publicPath":"http://localhost:8080/js/recipe_view.js","path":"F:\\Developement\\Django\\recipes\\cookbook\\static\\vue\\js\\recipe_view.js"},{"name":"recipe_view.28f50ed664b7081f0b31.hot-update.js","publicPath":"http://localhost:8080/recipe_view.28f50ed664b7081f0b31.hot-update.js","path":"F:\\Developement\\Django\\recipes\\cookbook\\static\\vue\\recipe_view.28f50ed664b7081f0b31.hot-update.js"}]},"error":"ModuleError","message":"Module Error (from ./node_modules/eslint-loader/index.js):\n\nF:\\Developement\\Django\\recipes\\vue\\src\\components\\Ingredient.vue\n 4:41 error Unexpected mutation of \"ingredient\" prop vue/no-mutating-props\n\n✖ 1 problem (1 error, 0 warnings)\n"} \ No newline at end of file +{"status":"done","publicPath":"http://localhost:8080/","chunks":{"chunk-vendors":[{"name":"js/chunk-vendors.js","publicPath":"http://localhost:8080/js/chunk-vendors.js","path":"F:\\Developement\\Django\\recipes\\cookbook\\static\\vue\\js\\chunk-vendors.js"}],"recipe_view":[{"name":"js/recipe_view.js","publicPath":"http://localhost:8080/js/recipe_view.js","path":"F:\\Developement\\Django\\recipes\\cookbook\\static\\vue\\js\\recipe_view.js"},{"name":"recipe_view.053e29b2cace695f54ae.hot-update.js","publicPath":"http://localhost:8080/recipe_view.053e29b2cace695f54ae.hot-update.js","path":"F:\\Developement\\Django\\recipes\\cookbook\\static\\vue\\recipe_view.053e29b2cace695f54ae.hot-update.js"}]},"error":"ModuleError","message":"Module Error (from ./node_modules/eslint-loader/index.js):\n\nF:\\Developement\\Django\\recipes\\vue\\src\\components\\Ingredient.vue\n 4:41 error Unexpected mutation of \"ingredient\" prop vue/no-mutating-props\n\n✖ 1 problem (1 error, 0 warnings)\n"} \ No newline at end of file