From f20a554bdb24e9dfde9dc6a69d78595944f61d15 Mon Sep 17 00:00:00 2001 From: mark <mark18340872469@163.com> Date: 星期二, 25 十月 2022 14:53:57 +0800 Subject: [PATCH] 设备管理 样式调整 --- src/views/product/components/productCard.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/product/components/productCard.vue b/src/views/product/components/productCard.vue index 8d69278..6645526 100644 --- a/src/views/product/components/productCard.vue +++ b/src/views/product/components/productCard.vue @@ -45,7 +45,7 @@ this.$router.push({ path: "/productDetail", query: { - name: this.data.productName, + id: this.data.id, }, }); }, @@ -92,12 +92,13 @@ display: flex; img { - margin: 0 10px; + margin-left: 10px; width: 60px; height: 60px; } .right { + margin-left: 10px; .name { margin-bottom: 10px; font-size: 16px; -- Gitblit v1.8.0