From a6f5b028673ba9577e092676e166727ea51b4b2a Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Thu, 29 Jul 2021 12:03:19 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
src/styles/element-ui.scss | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index d50650e..0283869 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -176,7 +176,12 @@
.morpheus-box-score .el-card.is-never-shadow.avue-crud__search {
width: calc(100% - 390px) !important;
- left: 220px !important;
+ left: 150px !important;
+}
+
+.morpheus-box-apply-exam .el-card.is-never-shadow.avue-crud__search {
+ width: calc(100% - 390px) !important;
+ left: 300px !important;
}
.avue-form {
--
Gitblit v1.9.3