From f7f0e44c4be8eb0e77fd310296c3b43bde21e4f9 Mon Sep 17 00:00:00 2001
From: ZZJ <10913410+zzj2100@user.noreply.gitee.com>
Date: 星期四, 23 六月 2022 14:17:01 +0800
Subject: [PATCH] 新增联动场景
---
src/views/product/components/ProductContent.vue | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/views/product/components/ProductContent.vue b/src/views/product/components/ProductContent.vue
index cbf0428..d7280ee 100644
--- a/src/views/product/components/ProductContent.vue
+++ b/src/views/product/components/ProductContent.vue
@@ -191,6 +191,7 @@
.Content {
position: relative;
width: 1280px;
+ min-height: calc(100vh - 148px);
margin: 0 auto;
.searchCard {
@@ -258,6 +259,7 @@
font-size: 14px;
border-radius: 0;
border: 1px solid #fff;
+ color: #3d3d3d;
&.selected {
border: 1px solid #0065ff;
--
Gitblit v1.8.0