From cc1c0a396698648256c350f6f0fe2cb2f0b02c7e Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Wed, 27 Mar 2024 15:44:10 +0800
Subject: [PATCH] 许可按钮放出,备案审批按钮放出

---
 src/styles/element-ui.scss |  288 +++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 276 insertions(+), 12 deletions(-)

diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index 4d6b6bc..1ad68ae 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -4,11 +4,6 @@
   line-height: 28px !important;
 }
 
-//.el-card.is-always-shadow {
-//  box-shadow: none;
-//  border: none !important;
-//}
-
 .el-scrollbar__view {
   height: 100%;
 }
@@ -137,12 +132,13 @@
   color: $fontColor !important;
 }
 .el-menu-item:hover {
-  // background-color: $mainBhover !important;
-  color: red !important;
+  background-color: $mainBhover !important;
+  // color: red !important;
 }
 .el-input__inner {
-  background-color: $inputB !important;
+  background-color: $inputqiu !important;
   color: $fontColor !important;
+  border: 1px solid $inputBorder !important;
 }
 .el-tree-node__content {
   background-color: $mainB !important;
@@ -163,7 +159,7 @@
   color: $fontColor !important;
 }
 .el-tree {
-  background-color: $inputB !important;
+  background-color: $mainB !important;
   color: $fontColor !important;
 }
 .el-table th {
@@ -184,8 +180,13 @@
   color: $fontColor !important;
 }
 .w-e-toolbar {
-  background-color: $inputB !important;
+  // background-color: $inputB !important;
+  background-color: #fff !important;
   color: $fontColor !important;
+  // border: 1px solid $inputBorder !important;
+}
+.w-e-text-container {
+  border: 1px solid $inputBorder !important;
 }
 .el-collapse-item__content {
   color: $fontColor !important;
@@ -193,7 +194,7 @@
 
 //表格等待
 .el-loading-mask {
-  background-color: $inputB1 !important;
+  background-color: $mainB !important;
 }
 
 //附件上传弹窗中心
@@ -212,6 +213,7 @@
 //多行输入
 .el-textarea__inner {
   background-color: $inputB1 !important;
+  border: 1px solid $inputBorder !important;
 }
 
 // 数字type input
@@ -332,7 +334,7 @@
 .el-dropdown-menu__item a {
   color: $fontColor !important;
 }
-
+// a
 //top导航颜色
 .avue-header {
   background-color: $mainB !important;
@@ -366,3 +368,265 @@
 .el-picker-panel__icon-btn {
   color: $fontColor !important;
 }
+
+//证件照吊销  弹窗颜色
+.el-message-box__title {
+  color: $fontColor !important;
+}
+
+//发起回报
+.el-textarea__inner {
+  color: $fontColor !important;
+}
+//通知公告 白色bug
+.el-table--striped .el-table__body tr.el-table__row--striped td {
+  background-color: transparent !important;
+}
+
+//用户管理
+.el-collapse-item__header {
+  background-color: $mainB !important;
+}
+.avue-group__icon,
+.avue-group__title {
+  color: $fontColor !important;
+}
+
+//保安人员管理  去掉横向滚动条
+.box .el-scrollbar__wrap {
+  overflow-y: scroll;
+  overflow-x: hidden;
+}
+
+//菜单管理  左边展开
+.el-table__expand-icon {
+  color: $fontColor !important;
+}
+// 左侧树形 阴影
+
+// .el-card.is-always-shadow {
+//   box-shadow: 3px 3px 15px -2px rgb(0, 0, 0);
+// }
+//表格斑马纹
+.el-table tr:nth-child(2n -1) {
+  background-color: #3457b1 !important;
+}
+
+//去除表格底部线
+.el-table td,
+.el-table th.is-leaf {
+  border: 1px solid rgba($color: #ffffff, $alpha: 0.2);
+}
+// //顶部搜索栏
+// .el-card.is-never-shadow.avue-crud__search {
+//   position: absolute;
+//   width: calc(100% - 180px);
+//   z-index: 500;
+//   border: none !important;
+//   box-shadow: none !important;
+// }
+// .registersss .el-card.is-never-shadow.avue-crud__search {
+//   width: calc(100% - 360px) !important;
+// }
+// .users .el-card.is-never-shadow.avue-crud__search {
+//   width: calc(100% - 800px) !important;
+//   left: 630px;
+// }
+// //有按钮的
+// // .dispatchChildoperable .el-card.is-never-shadow.avue-crud__search {
+// //   // left: 120px;
+// //   width: calc(100% - 300px);
+// // }
+// .regulatoryInformation .el-card.is-never-shadow.avue-crud__search {
+//   left: 120px;
+//   width: calc(100% - 300px);
+// }
+// .notice .el-card.is-never-shadow.avue-crud__search {
+//   left: 120px;
+//   width: calc(100% - 300px);
+// }
+// .workreply .el-card.is-never-shadow.avue-crud__search {
+//   left: 200px;
+//   width: calc(100% - 380px);
+// }
+// .oos .el-card.is-never-shadow.avue-crud__search {
+//   left: 200px;
+//   width: calc(100% - 380px);
+// }
+// .role .el-card.is-never-shadow.avue-crud__search {
+//   left: 280px;
+//   width: calc(100% - 460px);
+// }
+// .dept .el-card.is-never-shadow.avue-crud__search {
+//   left: 200px;
+//   width: calc(100% - 380px);
+// }
+// .post .el-card.is-never-shadow.avue-crud__search {
+//   left: 200px;
+//   width: calc(100% - 380px);
+// }
+// .dict .el-card.is-never-shadow.avue-crud__search {
+//   left: 200px;
+//   width: calc(100% - 380px);
+// }
+// .dictbiz .el-card.is-never-shadow.avue-crud__search {
+//   left: 200px;
+//   width: calc(100% - 380px);
+// }
+// .menu .el-card.is-never-shadow.avue-crud__search {
+//   left: 200px;
+//   width: calc(100% - 380px);
+// }
+// .jurs .el-card.is-never-shadow.avue-crud__search {
+//   left: 200px;
+//   width: calc(100% - 380px);
+// }
+// .tenant .el-card.is-never-shadow.avue-crud__search {
+//   width: calc(100% - 800px) !important;
+//   left: 430px;
+// }
+// .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;
+// }
+// //顶部按钮栏
+// .avue-crud__menu {
+//   height: 60px;
+// }
+// //顶部按钮
+// .avue-crud .avue-crud__left .el-button,
+// .avue-crud .avue-crud__right .el-button,
+// .avue-form .avue-crud__left .el-button,
+// .avue-form .avue-crud__right .el-button {
+//   position: relative;
+//   top: 15px;
+// }
+
+// 搜索栏按钮左移
+// .avue-form__group:nth-last-child() .el-form-item__content {
+//   margin-left: 30px !important;
+//   width: 165px !important;
+// }
+.avue-form__menu--center .el-button {
+  float: left;
+}
+.avue-form__menu--center .el-button:nth-child(1) {
+  margin-left: 30px;
+}
+
+//编辑弹窗上横线
+.avue-dialog .el-dialog__header {
+  border-bottom: 1px solid #7ec9de;
+}
+
+//弹窗关闭和全屏按钮
+.el-dialog__headerbtn .el-dialog__close,
+.avue-crud__dialog__menu i {
+  color: $close !important;
+}
+
+// 角色管理权限弹窗
+// .el-tabs--border-card {
+//   background-color: $mainB !important;
+// }
+
+.el-tabs--border-card {
+  background-color: $mainB !important;
+}
+
+.el-tabs--border-card > .el-tabs__header {
+  background-color: $mainB !important;
+}
+.el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active {
+  background-color: transparent !important;
+  border-bottom: 1px solid $mainB !important;
+}
+// 系统字典新增
+.el-switch__label {
+  color: $fontColor;
+}
+
+.avue--detail .el-radio.is-checked .el-radio__label {
+  color: $fontColor;
+}
+
+.el-tag {
+  border: none !important;
+  color: $fontColor !important;
+  background-color: transparent !important;
+}
+
+//保安员详情 表格hover
+.el-table__row:hover td {
+  background-color: $mainBhover !important;
+}
+
+//覆盖左侧主菜单 监管 样式
+.el-menu-item:focus
+// .el-menu-item:hover
+{
+  background-color: $black !important;
+}
+
+// logo 颜色
+.login-border {
+  .el-input__inner {
+    border: 1px solid transparent !important;
+    border-bottom: 1px solid rgba($color: #000000, $alpha: 0.1) !important;
+  }
+}
+
+//
+.el-range-editor--mini .el-range-input {
+  background-color: transparent !important;
+}
+
+// 右侧弹窗  表格显影功能  背景
+.el-drawer__open .el-drawer.rtl {
+  background-color: $mainB !important;
+}
+
+// .registersss .avue-form__menu {
+//   position: relative;
+//   width: 100%;
+//   display: flex;
+//   flex-direction: row-reverse;
+// }
+
+.rowClickSelf {
+  // border: 1px solid #2593ee !important;
+  &:hover {
+    cursor: pointer;
+  }
+}
+
+//格子
+// .el-table th.is-leaf {
+//   border: 1px solid #fff;
+//   box-sizing: border-box;
+// }
+
+.avue-empty__desc {
+  color: #fff !important;
+}
+
+.company-box .avue-form__menu--center {
+  width: 300px;
+}
+
+.el-date-picker__header-label {
+  color: #fff !important;
+}
+
+.witerFontColorInput .el-range-input {
+  color: #fff !important;
+}
+
+@import "./smallSize.scss";

--
Gitblit v1.9.3