From a689af1348938afd3b4506aad9b6d5057193e25d Mon Sep 17 00:00:00 2001 From: ZZJ <10913410+zzj2100@user.noreply.gitee.com> Date: 星期五, 27 五月 2022 09:59:00 +0800 Subject: [PATCH] bug修复 --- src/views/product/components/ProductContent.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/views/product/components/ProductContent.vue b/src/views/product/components/ProductContent.vue index 5b4436e..d7280ee 100644 --- a/src/views/product/components/ProductContent.vue +++ b/src/views/product/components/ProductContent.vue @@ -259,6 +259,7 @@ font-size: 14px; border-radius: 0; border: 1px solid #fff; + color: #3d3d3d; &.selected { border: 1px solid #0065ff; -- Gitblit v1.8.0