odc.xiaohui
2023-02-09 085fa2fb257e9f11f8f6d34bf12e2dc281c36b4d
src/views/operate/message/mycontrol/update/index.vue
@@ -58,16 +58,13 @@
        }
    },
    created() {
        console.log(this.info);
        this.role = JSON.parse(JSON.stringify(this.info)) ;
    },
    methods: {
        handleUser() {
            this.$refs['user'].validate((valid) => {
                console.log(valid);
                if (valid) {
                    const { role } = this;
                    console.log(role);
                    this.$axios({
                        method: 'post',
                        url: `sccg/message_column/update/${role.id}`,
@@ -108,12 +105,12 @@
<style lang="scss" scoped>
.createUser {
    border-radius: 1px;
    background-color: #09152f;
    background-color: white;
    main {
        text-align: left;
        padding: 0 55px;
        background-color: #09152f;
        background-color: white;
        padding-bottom: 50px;
        .mainContent {
@@ -121,22 +118,22 @@
            justify-content: center;
            padding-top: 50px;
            &::v-deep .el-form-item__label {
                color: #4b9bb7;
            }
            // &::v-deep .el-form-item__label {
            //     color: #606266;
            // }
            &::v-deep .el-input__inner {
                background-color: #09152f;
                border: 1px solid #17324c;
            }
            // &::v-deep .el-input__inner {
            //     //background-color: #09152f;
            //     border: 1px solid #17324c;
            // }
            &::v-deep .el-textarea__inner {
                background-color: #09152f;
                border: 1px solid #17324c;
            }
            // &::v-deep .el-textarea__inner {
            //     //background-color: #09152f;
            //     border: 1px solid #17324c;
            // }
            :deep(.el-input__count) {
                background-color: #09152f;
                //background-color: #09152f;
            }
            .el-form-item__content {
@@ -172,4 +169,4 @@
        }
    }
}
</style>
</style>