From 32a212b99dfd1591cc0ace0f53e6cb0be81cea85 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期四, 12 一月 2023 15:33:41 +0800
Subject: [PATCH] 2023/1/12 肖辉 userlist样式调整
---
src/views/systemSetting/platform/cockpitManage/updateUser/index.vue | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/src/views/systemSetting/platform/cockpitManage/updateUser/index.vue b/src/views/systemSetting/platform/cockpitManage/updateUser/index.vue
index 9aaa8a0..0ee4f0c 100644
--- a/src/views/systemSetting/platform/cockpitManage/updateUser/index.vue
+++ b/src/views/systemSetting/platform/cockpitManage/updateUser/index.vue
@@ -136,12 +136,12 @@
<style lang="scss" scoped>
.updateUser {
border-radius: 1px;
- background-color: #09152f;
+ // background-color: #09152f;
main {
text-align: left;
padding: 0 55px;
- background-color: #09152f;
+ // background-color: #09152f;
.mainContent {
display: flex;
@@ -182,14 +182,14 @@
}
}
-.updateUser::v-deep .el-form-item__label {
- color: #4b9bb7;
-}
+// .updateUser::v-deep .el-form-item__label {
+// color: #4b9bb7;
+// }
-.updateUser::v-deep .el-input__inner {
- background-color: #09152f;
- border: 1px solid #17324c;
-}
+// .updateUser::v-deep .el-input__inner {
+// background-color: #09152f;
+// border: 1px solid #17324c;
+// }
.addPerson {
display: flex;
@@ -230,7 +230,7 @@
min-height: 240px;
max-height: 260px;
overflow: hidden;
- background-color: #09152f;
+ // background-color: #09152f;
position: relative;
max-width: 220px;
@@ -264,7 +264,7 @@
right: 20px;
width: 20px;
height: 180px;
- background-color: #09152f;
+ // background-color: #09152f;
}
.item {
--
Gitblit v1.8.0