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; + } + } } } }