From 2385c7389f9f222be2daf9c01e3c1270c89fa230 Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期一, 03 八月 2020 16:33:17 +0800
Subject: [PATCH] 场景算法过滤
---
src/pages/search/components/cardWindow.vue | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/src/pages/search/components/cardWindow.vue b/src/pages/search/components/cardWindow.vue
index 30d12d4..fc543e6 100644
--- a/src/pages/search/components/cardWindow.vue
+++ b/src/pages/search/components/cardWindow.vue
@@ -237,6 +237,7 @@
}
.window-view {
width: 100%;
+ height: auto;
// height: 100%;
// min-height: 684px;
overflow: auto;
@@ -246,14 +247,10 @@
width: calc(100% - 350px);
}
.windown-model {
- .window{
- z-index: 200000;
- position: absolute
- }
.content {
position: absolute;
top: 5px;
- z-index: 200000000;
+ z-index: 20000;
.el-tabs__nav {
z-index: 20000;
}
--
Gitblit v1.8.0