From b8154654b1f83b94f62874a0462b0cd2d5db7cd5 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 10 Dec 2021 09:35:37 +0800
Subject: [PATCH] +自动提交后  签到成功生成数据

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

diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index 15f2472..8225327 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -291,3 +291,48 @@
     // height: 220px;
     // border: 1px solid rgba($color: #d3d3d3, $alpha: 1);
 }
+
+.examine_body .el-tabs.el-tabs--top {
+    height: 100% !important;
+    .el-tabs__content {
+        height: 100% !important;
+        .el-tab-pane {
+            height: 100% !important;
+            .examine_body_left {
+            }
+        }
+    }
+}
+.e_m_right {
+    .el-card.is-always-shadow {
+        height: 100% !important;
+        .el-card__body {
+            height: 100% !important;
+            box-sizing: border-box !important;
+            .avue-crud {
+                height: 100% !important;
+                // border: 1px solid red;
+            }
+            .el-table__body-wrapper.is-scrolling-left {
+                height: 100% !important;
+            }
+        }
+    }
+    .avue-crud__menu {
+        display: none !important;
+    }
+}
+// el-card is-never-shadow
+.el-tabs__nav {
+    position: relative;
+    left: 10px;
+}
+#signIn {
+    .timeDom {
+        font-size: 20px !important;
+        padding-bottom: 5px;
+    }
+    .avue-crud__menu {
+        display: none !important;
+    }
+}

--
Gitblit v1.9.3