From ec831e9bfc190eefa4b6de068700f01458779ff4 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Wed, 29 Dec 2021 14:15:17 +0800
Subject: [PATCH] +其他搜索按钮样式  回调

---
 src/styles/tableSearchBut.scss |   20 ++++++++++++++++----
 1 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/src/styles/tableSearchBut.scss b/src/styles/tableSearchBut.scss
index 48cdceb..89c9f00 100644
--- a/src/styles/tableSearchBut.scss
+++ b/src/styles/tableSearchBut.scss
@@ -6,10 +6,10 @@
     }
 }
 // :nth-child(2)
-.tooRowSearch {
+.tooRowSearch1 {
     position: relative;
 }
-.tooRowSearch .avue-crud__search .avue-form__group.avue-form__group--flex .avue-form__menu--center {
+.tooRowSearch1 .avue-crud__search .avue-form__group.avue-form__group--flex .avue-form__menu--center {
     width: 222px !important;
     // width: 264px !important;
     // position: absolute !important;
@@ -23,7 +23,7 @@
     z-index: 100;
     @extend .ourOpen;
 }
-.tooRowSearch .el-card.is-never-shadow.avue-crud__search {
+.tooRowSearch1 .el-card.is-never-shadow.avue-crud__search {
     overflow: visible;
 }
 
@@ -31,7 +31,7 @@
     width: 222px !important;
     position: absolute !important;
     right: 0 !important;
-    top: 71px !important;
+    top: 91px !important;
     z-index: 100 !important;
 }
 .oneRowSearch .el-card.is-never-shadow.avue-crud__search {
@@ -52,3 +52,15 @@
 .avue-crud__pagination {
     padding: 15px 0 5px 5px;
 }
+
+.tooRowSearch .avue-crud__search .avue-form__group.avue-form__group--flex .avue-form__menu--center {
+    width: 222px !important;
+    position: absolute !important;
+    right: 0 !important;
+    top: 146px !important;
+    z-index: 100 !important;
+}
+
+.tooRowSearch .el-card.is-never-shadow.avue-crud__search {
+    overflow: visible;
+}

--
Gitblit v1.9.3