From e20b7fc2f9380cb6addacfa97b1325edd74f11ac Mon Sep 17 00:00:00 2001 From: 张磊磊 <201175954@qq.com> Date: 星期三, 06 十二月 2023 10:59:06 +0800 Subject: [PATCH] thing.js 原料消耗总量/详情 --- web/src/views/MixingInfo/components/List.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/web/src/views/MixingInfo/components/List.vue b/web/src/views/MixingInfo/components/List.vue index 4642226..56b5896 100644 --- a/web/src/views/MixingInfo/components/List.vue +++ b/web/src/views/MixingInfo/components/List.vue @@ -47,7 +47,7 @@ } </script> -<style scoped> +<style lang="scss" scoped> .list { display: flex; flex-direction: column; -- Gitblit v1.9.3