Commit 5889c586 authored by 张牧越's avatar 张牧越

styleFix

parent f86c64ea
NODE_ENV = "development" NODE_ENV = "development"
Mock: true Mock: true
VUE_APP_API_URL = "http://192.168.0.123:8002/" VUE_APP_API_URL = "http://qjwl.ythplan.com/"
# VUE_APP_API_URL = "http://192.168.0.165:8002/"
NODE_ENV = "production" NODE_ENV = "production"
Mock: false Mock: false
# VUE_APP_API_URL = "http://qjwl.ythplan.com/" VUE_APP_API_URL = "http://qjwl.ythplan.com/"
VUE_APP_API_URL = "http://192.168.0.123:8002/" # VUE_APP_API_URL = "http://192.168.0.165:8002/"
\ No newline at end of file \ No newline at end of file
...@@ -459,7 +459,6 @@ export default { ...@@ -459,7 +459,6 @@ export default {
this.progressDetail.progress_data.splice(insertIndex, 0, { this.progressDetail.progress_data.splice(insertIndex, 0, {
over_date: this.getTime(), over_date: this.getTime(),
status_text: "当前进度", status_text: "当前进度",
type: "wait",
name: "当时日期", name: "当时日期",
}); });
} }
...@@ -977,9 +976,10 @@ table { ...@@ -977,9 +976,10 @@ table {
#scroll-container::-webkit-scrollbar { #scroll-container::-webkit-scrollbar {
display: inline !important; display: inline !important;
} }
.el-steps {
::v-deep .el-step.wait { ::v-deep .el-step.wait {
.el-step__icon { .el-step__icon,
.el-step__line {
border-color: #ffb81e !important; border-color: #ffb81e !important;
} }
.step-status, .step-status,
...@@ -987,7 +987,19 @@ table { ...@@ -987,7 +987,19 @@ table {
.step-title { .step-title {
color: #ffb81e !important; color: #ffb81e !important;
} }
::v-deep .el-step__head.is-success {
color: #ffb81e !important;
border-color: #ffb81e !important;
}
::v-deep .el-step__line {
::v-deep .el-step__line-inner {
border-color: #ffb81e !important;
}
}
}
} }
::v-deep .el-step.success { ::v-deep .el-step.success {
.step-status, .step-status,
.step-description, .step-description,
......
...@@ -125,11 +125,11 @@ ...@@ -125,11 +125,11 @@
> >
</div> </div>
<div class="dialog-item inline"> <div class="dialog-item inline">
核验时间:{{ warningDetail.check_time }} 核验时间:{{ warningDetail.check_date }}
</div> </div>
<div class="dialog-item"> <div class="dialog-item" v-if="warningDetail.check_status == 2">
处置人员:{{ warningDetail.handle_account_name }} 指定处置人员:{{ warningDetail.handle_account_name }}
</div> </div>
<div class="dialog-item"> <div class="dialog-item">
核验描述:{{ warningDetail.check_describe }} 核验描述:{{ warningDetail.check_describe }}
...@@ -155,7 +155,7 @@ ...@@ -155,7 +155,7 @@
处置人员:{{ warningDetail.handle_account_name }} 处置人员:{{ warningDetail.handle_account_name }}
</div> </div>
<div class="dialog-item"> <div class="dialog-item">
处置时间:{{ warningDetail.handle_create_time }} 处置时间:{{ warningDetail.handle_date }}
</div> </div>
<div class="dialog-item inline"> <div class="dialog-item inline">
处置描述:{{ warningDetail.handle_describe }} 处置描述:{{ warningDetail.handle_describe }}
...@@ -180,7 +180,7 @@ ...@@ -180,7 +180,7 @@
/ /
<span <span
:style="{ :style="{
color: check.status == 2 ? '#24F0B8' : '#FF5A56', color: check.status != 2 ? '#24F0B8' : '#FF5A56',
}" }"
>{{ check.status_text }}</span >{{ check.status_text }}</span
> >
...@@ -292,8 +292,8 @@ export default { ...@@ -292,8 +292,8 @@ export default {
border-radius: 4px; border-radius: 4px;
} }
::v-deep .el-step.is-center .el-step__description { ::v-deep .el-step.is-center .el-step__description {
padding: 0 !important; padding: 0 20px !important;
margin: 0 15% !important; margin: 0 3% !important;
} }
::v-deep .el-step__title.is-finish { ::v-deep .el-step__title.is-finish {
color: #67c23a !important; color: #67c23a !important;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment