zhanghua
2022-12-27 dfb5adf5d4dc7971d9ef7c6528c302dc57f871fc
src/views/operate/car/myIndex/update/law/index.vue
@@ -132,7 +132,6 @@
        }
    },
    created() {
        console.log(this.info);
        this.car = JSON.parse(JSON.stringify(this.info));
    },
    methods: {
@@ -143,14 +142,15 @@
<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;
        background-color: #ffffff;
        .mainContent {
            display: flex;
@@ -191,7 +191,7 @@
    }
    &::v-deep .el-textarea__inner {
        background-color: #09152f;
        // background-color: #09152f;
        border: 1px solid #17324c;
    }
@@ -200,7 +200,7 @@
    }
    ::v-deep .el-input__inner {
        background-color: #09152f;
        // background-color: #09152f;
        border: 1px solid #17324c;
    }
}