From dd023ca74a05b5f3cb205fb29a7cc905f2880e9b Mon Sep 17 00:00:00 2001 From: fangyuan <527392886@qq.com> Date: 星期三, 21 十二月 2022 18:15:25 +0800 Subject: [PATCH] 图片管理ui修改 --- src/views/operate/baseSetting/violation/updateUser/index.vue | 31 +++++-------------------------- 1 files changed, 5 insertions(+), 26 deletions(-) diff --git a/src/views/operate/baseSetting/violation/updateUser/index.vue b/src/views/operate/baseSetting/violation/updateUser/index.vue index 5b0cf9a..32e07e0 100644 --- a/src/views/operate/baseSetting/violation/updateUser/index.vue +++ b/src/views/operate/baseSetting/violation/updateUser/index.vue @@ -66,7 +66,6 @@ } }, created() { - console.log(this.userInfo); this.things = JSON.parse(JSON.stringify(this.userInfo)); // 鑾峰彇鎵�灞炵被鍨嬪垪琛� this.getTypeThird(); @@ -74,26 +73,6 @@ this.getTypeFirst(); }, methods: { - // handleUser() { - // this.$refs.user.validate((valid) => { - // if (valid) { - // const { role } = this; - // console.log(role); - // this.$axios.post('/sccg/role/update/' + role.id, { - // id: role.id, - // status: role.status, - // description: role.description, - // name: role.name, - // sort: 0 - // }).then(res => { - // this.$emit('changeDialog', { dialogUpdate: false }); - // this.getUserList(); - // }) - // } else { - // return false; - // } - // }) - // }, // 鏌ヨ鎵�灞炵被鍨� getTypeThird() { this.$axios({ @@ -125,19 +104,19 @@ }) } }, - props: ['userInfo', 'updateFlag', 'getUserList', 'changeDialog'] + props: ['userInfo', 'updateFlag', 'changeDialog'] } </script> <style lang="scss" scoped> .updateUser { border-radius: 1px; - background-color: #09152f; + background-color: #fff; main { // border: 1px solid #fff; text-align: left; padding: 0 55px; - background-color: #09152f; + background-color: #fff; padding-bottom: 50px; .mainContent { @@ -179,7 +158,7 @@ } &::v-deep .el-textarea__inner { - background-color: #09152f; + // background-color: #09152f; border: 1px solid #17324c; } @@ -188,7 +167,7 @@ } ::v-deep .el-input__inner { - background-color: #09152f; + // background-color: #09152f; border: 1px solid #17324c; } } -- Gitblit v1.8.0