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

styleFix

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