From 80ac974977daa565c20a394ea0cf2d8bade5bbe0 Mon Sep 17 00:00:00 2001 From: huangdeliang Date: Fri, 12 Mar 2021 18:59:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=AD=E7=89=A9=E8=BD=A6=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/custom/recipesShow/PlanDrawer/index.vue | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/stdiet-ui/src/views/custom/recipesShow/PlanDrawer/index.vue b/stdiet-ui/src/views/custom/recipesShow/PlanDrawer/index.vue index 0cf280e99..71215bfe6 100644 --- a/stdiet-ui/src/views/custom/recipesShow/PlanDrawer/index.vue +++ b/stdiet-ui/src/views/custom/recipesShow/PlanDrawer/index.vue @@ -21,7 +21,7 @@
{{ plan.label }}
@@ -155,6 +155,16 @@ export default { font-size: 16px; padding: 4px 8px; } + + .shopping_cart { + display: flex; + align-items: center; + &::after { + margin-left: 2px; + content: "采购"; + font-size: 12px; + } + } } } }