From 13514e95ffc45c976806e8e752adb42e0c47052f Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期五, 31 七月 2020 17:37:22 +0800
Subject: [PATCH] 临时将card组件的轮播图片层级降低,添加了测试用的文件夹

---
 src/pages/search/index/App.vue |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/src/pages/search/index/App.vue b/src/pages/search/index/App.vue
index d17a996..b31dde4 100644
--- a/src/pages/search/index/App.vue
+++ b/src/pages/search/index/App.vue
@@ -10,6 +10,9 @@
     <div class="column-right" :style="`height:${screenHeight}px;`">
       <right-side />
     </div>
+
+      <card-window></card-window>
+
   </div>
 </template>
 
@@ -17,12 +20,14 @@
 import LeftNav from "@/components/LeftNav";
 // import CameraVideo from "./components/Video.vue";
 import RightSide from "./Searching"
+import CardWindow from "../components/cardWindow";
 
 export default {
   name: "SearchPage",
   components: {
     LeftNav,
-    RightSide
+    RightSide,
+    CardWindow
   },
   data() {
     return {
@@ -57,6 +62,13 @@
   box-sizing: border-box;
   overflow: hidden;
 }
+.heigher-index{
+  position:absolute;
+  top: 0;
+  z-index: 10;
+  width: 100%;
+  height: 100%;
+}
 .resize-save {
   position: absolute;
   top: 0;

--
Gitblit v1.8.0