From a3b4eb017a0f948348ef7732267c7ed0d4bca8c0 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期二, 12 三月 2024 16:15:27 +0800
Subject: [PATCH] bug修改
---
vue.config.js | 4 ++--
src/components/solveProblem/index.vue | 24 ++++++++++++++----------
2 files changed, 16 insertions(+), 12 deletions(-)
diff --git a/src/components/solveProblem/index.vue b/src/components/solveProblem/index.vue
index 39bdf53..0fdbdd0 100644
--- a/src/components/solveProblem/index.vue
+++ b/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>
\ No newline at end of file
diff --git a/vue.config.js b/vue.config.js
index 5671702..dd6fdf9 100644
--- a/vue.config.js
+++ b/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
}
},
--
Gitblit v1.8.0