zhanghua
8 天以前 7c20fd15b7fbc2bd5756b39d5ab655cc849ffcc3
src/components/solveProblem/index.vue
@@ -75,7 +75,6 @@
        if (baseCase.dispatchInfo) {
            this.dispatchInfo = baseCase.dispatchInfo;
        }
        debugger
        if (baseCase.state === 6) {
            this.active = 1;
        } else if (baseCase.state === 7) {
@@ -124,6 +123,7 @@
</script>
<style lang="scss" scoped>
.sovle-problem {
    padding-top: 20px;
    .sovle-header {
        padding: 0 40px;
@@ -171,17 +171,8 @@
                line-height: 20px;
            }
        }
        ::v-deep .el-step__title {
            font-size: 18px;
            padding: 10px 0;
        }
        ::v-deep .el-step__title.is-process {
            color: #5388f1;
        }
        ::v-deep .el-step__description {
            font-size: 14px;
        }
    }
    .my-pro-main {
@@ -249,4 +240,16 @@
        color: #666;
    }
}
::v-deep .el-step__title {
    font-size: 18px;
    padding: 10px 0;
}
::v-deep .el-step__title.is-process {
    color: #5388f1;
}
::v-deep .el-step__description{
    font-size: 14px;
}
</style>