From 9851a0abee66cfcbf14c3aa0d3a2a2114b1dff3a Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 27 Jul 2021 09:48:40 +0800
Subject: [PATCH] 样式修改 表格
---
src/styles/element-ui.scss | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index bf9c47f..0d8f883 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -483,7 +483,10 @@
.company-box .el-card.is-never-shadow.avue-crud__search {
width: calc(100% - 100px) !important;
}
-
+.permit .el-card.is-never-shadow.avue-crud__search {
+ width: calc(100% - 380px) !important;
+ left: 160px;
+}
.avue-form {
position: relative;
top: 15px;
--
Gitblit v1.9.3