wl
2022-12-22 c3f00b24f42636e54ae99f7295271b31aeb78063
src/views/operate/car/myIndex/create/soil/index.vue
@@ -189,7 +189,6 @@
    methods: {
        // 添加车辆
        handleCar() {
            console.log(this.car);
            this.$refs.user.validate((valid) => {
                if (valid) {
                    const { car } = this;
@@ -209,7 +208,6 @@
                        }
                    })
                        .then(res => {
                            console.log(res);
                            if (res.code === 200) {
                                this.$message({
                                    type: 'success',
@@ -239,13 +237,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 {
@@ -287,7 +285,7 @@
    }
    &::v-deep .el-textarea__inner {
        background-color: #09152f;
        // background-color: #09152f;
        border: 1px solid #17324c;
    }
@@ -296,7 +294,7 @@
    }
    ::v-deep .el-input__inner {
        background-color: #09152f;
        // background-color: #09152f;
        border: 1px solid #17324c;
    }
}