zhanghua
2024-03-12 a3b4eb017a0f948348ef7732267c7ed0d4bca8c0
bug修改
2个文件已修改
28 ■■■■■ 已修改文件
src/components/solveProblem/index.vue 24 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
vue.config.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/solveProblem/index.vue
@@ -124,6 +124,7 @@
</script>
<style lang="scss" scoped>
.sovle-problem {
    padding-top: 20px;
    .sovle-header {
        padding: 0 40px;
@@ -171,17 +172,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 +241,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>
vue.config.js
@@ -40,8 +40,8 @@
      // 跨域配置
      "/sccg": {
        // target: `http://42.193.1.25/`,      //测试环境
        // target: `http://111.1.140.92:28081/`,
        target: `http://10.88.10.18:8082/`,
        target: `http://111.1.140.92:28081/`,
        // target: `http://10.88.10.18:8082/`,
        changeOrigin: true
      }
    },