From 79d9fc857559982b00b68b2d709807bdc4cd286f Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Mon, 11 Apr 2022 10:58:17 +0800
Subject: [PATCH] minio 地址修改

---
 src/styles/tableSearchBut.scss |   61 ++++++++++++++++++++++++++----
 1 files changed, 53 insertions(+), 8 deletions(-)

diff --git a/src/styles/tableSearchBut.scss b/src/styles/tableSearchBut.scss
index ca30f37..89c9f00 100644
--- a/src/styles/tableSearchBut.scss
+++ b/src/styles/tableSearchBut.scss
@@ -1,11 +1,29 @@
-.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: 126px !important;
-    z-index: 100 !important;
+.ourOpen {
+    .el-button.el-button--text.el-button--small {
+        position: absolute;
+        top: -78px;
+        right: 10px;
+    }
 }
-.tooRowSearch .el-card.is-never-shadow.avue-crud__search {
+// :nth-child(2)
+.tooRowSearch1 {
+    position: relative;
+}
+.tooRowSearch1 .avue-crud__search .avue-form__group.avue-form__group--flex .avue-form__menu--center {
+    width: 222px !important;
+    // width: 264px !important;
+    // position: absolute !important;
+    // right: 0 !important;
+    // top: 126px !important;
+    // z-index: 100 !important;
+    // width: 264px;
+    position: absolute;
+    right: 0;
+    top: 91px;
+    z-index: 100;
+    @extend .ourOpen;
+}
+.tooRowSearch1 .el-card.is-never-shadow.avue-crud__search {
     overflow: visible;
 }
 
@@ -13,9 +31,36 @@
     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 {
     overflow: visible;
 }
+
+// $varHeight: var(--height-primary); //Sass变量的值从CSS变量里取,间接操作Sass变量
+// .tablesss .avue-crud {
+//     /deep/ el-table {
+//         height: $varHeight !important;
+//     }
+// }
+
+.el-card__body {
+    //卡片减少padding
+    padding: 10px !important;
+}
+.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