From 49e8a69a09a1b33545b77eb47b3a8f8d1ce0c261 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sat, 07 Aug 2021 18:03:10 +0800
Subject: [PATCH] 样式

---
 src/styles/element-ui.scss |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index 7eede5b..099c829 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -217,6 +217,17 @@
 //     position: relative;
 //     top: 5px;
 // }
+// 搜索栏按钮左移
+// .avue-form__group:nth-last-child() .el-form-item__content {
+//   margin-left: 30px !important;
+//   width: 165px !important;
+// }
+.avue-form__menu--center .el-button {
+    float: left;
+}
+.avue-form__menu--center .el-button:nth-child(1) {
+    margin-left: 30px;
+}
 
 //左侧导航栏
 .avue-logo {

--
Gitblit v1.9.3