From 01fc5ec38120750591cce032b20fdf072f69f77c Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 22 Jul 2021 12:56:30 +0800
Subject: [PATCH] 数据对接
---
src/styles/element-ui.scss | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index feaa2a0..5366f17 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -485,6 +485,9 @@
width: calc(100% - 800px) !important;
left: 430px;
}
+.company-box .el-card.is-never-shadow.avue-crud__search {
+ width: calc(100% - 100px) !important;
+}
.avue-form {
position: relative;
--
Gitblit v1.9.3