fangyuan
2022-12-21 dd023ca74a05b5f3cb205fb29a7cc905f2880e9b
src/views/operate/baseSetting/violation/createUser/index.vue
@@ -165,7 +165,6 @@
                url: 'sccg/violations/query/type_four'
            })
                .then(res => {
                    console.log(res);
                    this.parentList = res.data;
                })
        },
@@ -191,7 +190,6 @@
                        }
                    })
                        .then(res => {
                            console.log(res);
                            if (res.code === 200) {
                                this.$message({
                                    type: 'success',
@@ -279,13 +277,13 @@
<style lang="scss" scoped>
.createUser {
    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 {
@@ -327,7 +325,7 @@
    }
    &::v-deep .el-textarea__inner {
        background-color: #09152f;
        // background-color: #09152f;
        border: 1px solid #17324c;
        font-size: 10px;
    }
@@ -337,7 +335,7 @@
    }
    ::v-deep .el-input__inner {
        background-color: #09152f;
        // background-color: #09152f;
        border: 1px solid #17324c;
        font-size: 10px;
    }