From 621bd1e65350d17756863f35783dbab5619a54d4 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 15 八月 2023 17:27:54 +0800
Subject: [PATCH] 1.组织架构、岗位管理初稿
---
src/styles/global.css | 66 +++++++++++++++++++++++++++++----
1 files changed, 58 insertions(+), 8 deletions(-)
diff --git a/src/styles/global.css b/src/styles/global.css
index 57d61dc..5bc8580 100644
--- a/src/styles/global.css
+++ b/src/styles/global.css
@@ -3,8 +3,8 @@
height: 100%;
margin: 0;
padding: 0;
- /*min-width: 1800px;*/
- /*overflow-y: hidden;*/
+ min-width: 1200px;
+ overflow-y: hidden;
/*overflow-x: hidden;*/
-moz-osx-font-smoothing: grayscale;
@@ -22,6 +22,46 @@
margin: 0;
padding: 0 10px;
}
+
+.el-table .custom-row {
+ background: #f8f8fa;
+}
+
+.el-table__body-wrapper{
+ background: #f8f8fa;
+}
+.el-table__body .el-table__row.hover-row td {
+ background-color: #eaecef !important;
+}
+
+.body .el-input__inner{
+ height: 34px !important;
+}
+
+.el-dialog__body{
+ padding:50px 80px !important;
+}
+.el-dialog__body .el-input__inner{
+ height: 34px !important;
+}
+
+.el-icon-delete,.el-icon-edit-outline{
+ cursor: pointer;
+ margin-right: 15px;
+}
+
+.operationClass {
+ height: 23px;
+ display: flex;
+ align-items: center;
+}
+
+.el-message-box__btns{
+ display: flex;
+ justify-content: flex-end;
+}
+
+
/*澶撮儴鎸夐挳缁勬牱寮�*/
.bodyTopButtonGroup {
@@ -74,6 +114,7 @@
/*justify-content: space-between;*/
/*justify-content: space-around;*/
width: 100%;
+ height:50px;
flex-wrap: wrap;
}
@@ -88,12 +129,12 @@
position: relative;
}
-.operationClass {
- height: 23px;
- display: flex;
- justify-content: space-between;
- align-items: center;
-}
+/*.operationClass {*/
+/* height: 23px;*/
+/* display: flex;*/
+/* justify-content: space-between;*/
+/* align-items: center;*/
+/*}*/
/*瀵硅瘽妗嗘寜閽簳閮�*/
@@ -116,6 +157,15 @@
font-size: 26px !important;
}
+
+
+.el-button{
+ height: 34px ;
+ display: flex !important;
+ align-items: center;
+ justify-content: center;
+}
+
/*
瀹氫箟婊氬姩鏉¢珮瀹藉強鑳屾櫙
楂樺鍒嗗埆瀵瑰簲妯珫婊氬姩鏉$殑灏哄
--
Gitblit v1.9.3