| | |
| | | </script> |
| | | <style lang="scss" scoped> |
| | | .sovle-problem { |
| | | |
| | | padding-top: 20px; |
| | | .sovle-header { |
| | | padding: 0 40px; |
| | |
| | | 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 { |
| | |
| | | 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> |
| | |
| | | // 跨域配置 |
| | | "/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 |
| | | } |
| | | }, |