From b12ea16fa2d9440e9680127d126a4f3af450afd2 Mon Sep 17 00:00:00 2001
From: songshankun <songshankun@foxmail.com>
Date: 星期二, 17 十月 2023 18:36:19 +0800
Subject: [PATCH] Merge branch 'dev' into songshankun/adjust-style

---
 src/assets/style/reset-element.scss |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/src/assets/style/reset-element.scss b/src/assets/style/reset-element.scss
index 142ecc7..7bd3668 100644
--- a/src/assets/style/reset-element.scss
+++ b/src/assets/style/reset-element.scss
@@ -25,3 +25,22 @@
     padding: 0;
   }
 }
+.color_F56C6C{
+  color:#F56C6C;
+}
+// .el-menu-item {
+//   margin: 8px;
+//   border-radius: 6px;
+//   i {
+//     color: #fff;
+//   }
+// }
+// .el-menu-item:hover,
+// .el-menu-item:focus {
+//   background-color: #0e6ce6;
+//   background-position: center;
+//   width: 160px !important;
+// }
+.line_height_30px{
+  line-height:30px;
+}

--
Gitblit v1.8.0