From a63abbf268e4c0a60344f63b5cba828a1347e178 Mon Sep 17 00:00:00 2001
From: 疯狂的狮子Li <15040126243@163.com>
Date: 星期一, 07 十一月 2022 22:27:21 +0800
Subject: [PATCH] update 优化 hikari 参数顺序 最常用的放上面 删除无用 druid 监控页面

---
 ruoyi-ui/src/assets/styles/ruoyi.scss |   22 ++++++++++------------
 1 files changed, 10 insertions(+), 12 deletions(-)

diff --git a/ruoyi-ui/src/assets/styles/ruoyi.scss b/ruoyi-ui/src/assets/styles/ruoyi.scss
index e9b5459..16a4740 100644
--- a/ruoyi-ui/src/assets/styles/ruoyi.scss
+++ b/ruoyi-ui/src/assets/styles/ruoyi.scss
@@ -47,9 +47,8 @@
 .mb10 {
   margin-bottom: 10px;
 }
-
-.ml0 {
-  margin-left: 10px;
+.ml10 {
+	margin-left: 10px;
 }
 
 .mt20 {
@@ -63,9 +62,8 @@
 .mb20 {
   margin-bottom: 20px;
 }
-
-.m20 {
-  margin-left: 20px;
+.ml20 {
+	margin-left: 20px;
 }
 
 .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
@@ -151,10 +149,9 @@
 }
 
 /** 琛ㄦ牸鏇村鎿嶄綔涓嬫媺鏍峰紡 */
-.el-table .el-dropdown-link {
-  cursor: pointer;
-  color: #409EFF;
-  margin-left: 5px;
+.el-table .el-dropdown-link,.el-table .el-dropdown-selfdefine {
+	cursor: pointer;
+	margin-left: 5px;
 }
 
 .el-table .el-dropdown, .el-icon-arrow-down {
@@ -266,9 +263,10 @@
 }
 
 .avatar-upload-preview {
-  position: absolute;
+  position: relative;
   top: 50%;
-  transform: translate(50%, -50%);
+  left: 50%;
+  transform: translate(-50%, -50%);
   width: 200px;
   height: 200px;
   border-radius: 50%;

--
Gitblit v1.9.3