From cec9008c7bdbb373c400d53330642be3891a84d5 Mon Sep 17 00:00:00 2001 From: odc.xiaohui <xiaohui@Q1> Date: 星期五, 24 二月 2023 16:56:57 +0800 Subject: [PATCH] 2023/2/24 肖辉 屏蔽门前三包统计 修改重置按钮 --- src/views/operate/myWait/createUser/index.vue | 32 +++++++++++++++----------------- 1 files changed, 15 insertions(+), 17 deletions(-) diff --git a/src/views/operate/myWait/createUser/index.vue b/src/views/operate/myWait/createUser/index.vue index c53e2d0..6384bbb 100644 --- a/src/views/operate/myWait/createUser/index.vue +++ b/src/views/operate/myWait/createUser/index.vue @@ -149,13 +149,11 @@ url: 'sccg/violations/query/event_type' }) .then(res => { - console.log(res); this.eventLevelList = res.data; }) }, // 鎻愪氦鏂板杩濊绫诲瀷 handleSubmit(){ - console.log(this.things); } }, props: ['getUserList'] @@ -164,13 +162,13 @@ <style lang="scss" scoped> .createUser { border-radius: 1px; - background-color: #09152f; + // background-color: #09152f; main { // border: 1px solid #fff; text-align: left; padding: 0 55px; - background-color: #09152f; + // background-color: #09152f; padding-bottom: 50px; .mainContent { @@ -211,20 +209,20 @@ } } - &::v-deep .el-textarea__inner { - background-color: #09152f; - border: 1px solid #17324c; - font-size: 10px; - } + // &::v-deep .el-textarea__inner { + // background-color: #09152f; + // border: 1px solid #17324c; + // font-size: 10px; + // } - ::v-deep .el-form-item__label { - color: #4b9bb7; - } + // ::v-deep .el-form-item__label { + // color: #4b9bb7; + // } - ::v-deep .el-input__inner { - background-color: #09152f; - border: 1px solid #17324c; - font-size: 10px; - } + // ::v-deep .el-input__inner { + // background-color: #09152f; + // border: 1px solid #17324c; + // font-size: 10px; + // } } </style> \ No newline at end of file -- Gitblit v1.8.0