From c7735db135f9c3c99224d8b5d2157926efde0977 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Mon, 09 May 2022 09:56:10 +0800
Subject: [PATCH] 登录用户名提示修改为姓名
---
src/styles/element-ui.scss | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++--
1 files changed, 52 insertions(+), 2 deletions(-)
diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index 15f2472..1a275f3 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -200,6 +200,10 @@
line-height: 26px !important;
letter-spacing: 0.1rem !important;
}
+ .subject-options > li label {
+ display: flex;
+ align-items: center;
+ }
}
.subject-option-prefix {
font-size: 24px !important;
@@ -252,14 +256,15 @@
// }
.avue-crud__search .avue-form__group.avue-form__group--flex .avue-form__menu--center {
- width: 115px !important;
+ width: 118px !important;
}
.avue-crud__search .avue-form__group.avue-form__group--flex .avue-form__row {
padding: 0 !important;
}
.avue-crud__search .avue-form__group.avue-form__group--flex .avue-form__row:nth-child(1) .el-form-item__label,
.avue-crud__search .avue-form__group.avue-form__group--flex .avue-form__row:nth-child(2) .el-form-item__label {
- width: 42px !important;
+ // width: 50px !important;
+ // margin-left: 3px;
}
.avue-crud__search .avue-form__group.avue-form__group--flex .avue-form__row:nth-child(1) {
width: 133px !important;
@@ -291,3 +296,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