From 085fa2fb257e9f11f8f6d34bf12e2dc281c36b4d Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期四, 09 二月 2023 11:28:21 +0800
Subject: [PATCH] 2023/2/9 肖辉 修改部门管理
---
src/App.vue | 29 +++++++++++++++++------------
1 files changed, 17 insertions(+), 12 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index b58e05d..ba2c5d2 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -49,6 +49,9 @@
};
</script>
<style lang="scss">
+body {
+ --operation-color: #409eff;
+}
.el-select-dropdown__item {
height: 100% !important;
}
@@ -79,8 +82,8 @@
}
.button-addition {
- background-color: #eb5d01 !important;
- border: 1px solid #eb5d01 !important;
+ background-color: #eb5d01;
+ border: 1px solid #eb5d01;
color: #ffffff;
}
@@ -113,7 +116,6 @@
.el-dialog__body {
// background-color: #06122c;
}
-
.el-dialog__header {
display: flex;
align-items: center;
@@ -121,7 +123,6 @@
padding: 20px;
line-height: 60px;
}
-
.el-dialog__close {
width: 20px;
height: 20px;
@@ -133,35 +134,39 @@
}
#app {
+ .userList{
+ height: 100%;
+ overflow: auto;
+ }
+ .list{
+ height: 100%;
+ overflow: auto;
+ }
// 璁剧疆寮瑰嚭妗嗘牱寮�
.el-dialog__title {
- color: #E9eef3;
+ color: #333;
}
.el-dialog__header {
- background-color: #09152f;
+ color: black;
+ background-color: #DCDFE6;
+ //border: 1px solid #DCDFE6;
}
-
// 璁剧疆table鏍峰紡
.el-table__empty-block {
// background-color: #09152f;
}
-
.el-table__empty-block {
color: #4b9bb7;
}
-
.el-table__empty-text {
color: #4b9bb7;
}
-
.el-table .warning-row {
// background: #06122c;
}
-
.el-table .success-row {
// background: #071f39;
}
-
.el-input__inner {
// background-color: #09152f;
// border: 1px solid #17324c;
--
Gitblit v1.8.0