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/element-ui.scss |   39 +++++++++++++++++++++++++++++++++------
 1 files changed, 33 insertions(+), 6 deletions(-)

diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index c1588fa..0313615 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -286,11 +286,10 @@
 //     position: relative;
 //     right: 70px;
 // }
-.securityGuard .el-button.el-button--text.el-button--small:nth-child(1) {
-    position: relative;
-    right: 70px;
-}
-
+// .securityGuard .el-button.el-button--text.el-button--small:nth-child(1) {
+//   position: relative;
+//   right: 70px;
+// }
 .avue-empty__desc {
     color: #fff !important;
 }
@@ -323,10 +322,38 @@
 }
 
 // 表格搜索按钮样式覆盖
-@import "./tableSearchBut.scss";
+// @import "./tableSearchBut.scss";
+//用户手册
 .userSManual .el-card.basic-container__card.is-always-shadow,
 .userSManual .el-card__body {
     width: 100% !important;
     height: 100% !important;
     box-sizing: border-box !important;
+}
+
+// 整体缩放
+// body {
+//     zoom: 0.997;
+//     // font-size: xx-small;
+// }
+@import "./smallSize.scss";
+//表格操作栏
+.el-tooltip__popper.is-light.caozuolanpopper {
+    padding-left: 0;
+    padding-right: 0;
+    border: 1px solid #409eff;
+    &[x-placement^=bottom] .popper__arrow {
+        border-bottom-color: #409eff !important;
+    }
+    &[x-placement^=top] .popper__arrow {
+        border-top-color: #409eff !important;
+    }
+    .el-button.el-button--text.el-button--small {
+        padding-left: 10px;
+        padding-right: 10px;
+        &:hover {
+            background-color: #409eff;
+            color: #fff;
+        }
+    }
 }
\ No newline at end of file

--
Gitblit v1.9.3