From 32b7735c2c1eebe3eccaab62eb06ec2bd07d8dd7 Mon Sep 17 00:00:00 2001 From: odc.xiaohui <xiaohui@Q1> Date: 星期五, 24 二月 2023 10:46:21 +0800 Subject: [PATCH] 2023/2/24 肖辉 屏蔽时间统计和门前三包统计 --- src/views/systemSetting/platform/cockpitManage/updateUser/index.vue | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/views/systemSetting/platform/cockpitManage/updateUser/index.vue b/src/views/systemSetting/platform/cockpitManage/updateUser/index.vue index 9aaa8a0..145d82d 100644 --- a/src/views/systemSetting/platform/cockpitManage/updateUser/index.vue +++ b/src/views/systemSetting/platform/cockpitManage/updateUser/index.vue @@ -111,7 +111,7 @@ this.$message({ type: 'error', message: err }); }); } else { - addTeam(this.depart) + addTeam(this.updateData) .then(() => { this.$message({ type: 'success', message: '鎿嶄綔鎴愬姛' }); this.$emit('closeUpdateDialog'); @@ -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