This commit is contained in:
2025-10-22 13:35:39 +08:00
parent 60a486619a
commit a66132172a
2 changed files with 49 additions and 37 deletions

View File

@@ -1,29 +1,26 @@
<template>
<div>
<div class="crumbs">
<el-breadcrumb separator="/">
<el-breadcrumb-item> <i class="el-icon-uthorVisiblelx-cascades"></i> Submit manuscript </el-breadcrumb-item>
</el-breadcrumb>
</div>
<div style="display: flex; justify-content: space-between" >
<div style="width: 960px; position: relative" class="step_list_new">
<el-steps :active="0" align-center >
<el-step style="cursor: pointer"
v-for="item in listStep"
:key="item.index"
:class="{ C_style: show_step === item.index }"
>
<template #icon>
<i :class="item.icon" style="font-size: 36px" @click.stop="StepCode(item)"></i>
</template>
<template #title>
<span @click.stop="StepCode(item)">{{ item.title }}</span>
</template>
</el-step>
</el-steps>
<div style="">
<div style="display: flex; justify-content: space-between">
<div style="width: 960px; position: relative">
<div class="step_list_new">
<el-steps :active="0" align-center>
<el-step
style="cursor: pointer"
v-for="item in listStep"
:key="item.index"
:class="{ C_style: show_step === item.index }"
>
<template #icon>
<i :class="item.icon" style="font-size: 36px" @click.stop="StepCode(item)"></i>
</template>
<template #title>
<span @click.stop="StepCode(item)" style="font-size: 18px">{{ item.title }}</span>
</template>
</el-step>
</el-steps>
</div>
<div class="step_list" style="width: 960px; position: relative">
<!-- <div class="step_list" style="width: 960px; position: relative">
<div v-for="item in listStep" @click="StepCode(item.index)" :class="show_step == item.index ? 'C_style' : ''">
<div>
<i :class="item.icon"></i>
@@ -33,7 +30,7 @@
<p class="bor_der"></p>
</div>
<br clear="both" />
</div>
</div> -->
<div class="manu_add" style="width: 960px" v-loading="loading">
<el-form ref="articleform" :model="form" :rules="rules" label-width="120px">
@@ -2477,9 +2474,9 @@ export default {
},
// 点击tab变化
StepCode(step) {
var e=step.index;
console.log('e at line 2480:', e)
var e = step.index;
console.log('e at line 2480:', e);
if (this.move_step > e) {
if (this.move_step == 2) {
this.onStaging(2);
@@ -3043,6 +3040,17 @@ export default {
.formTopics {
width: 100%;
}
.step_list_new {
background-color: #f8fbff;
box-shadow: 2px 30px 15px -20px #ebf5ff inset;
padding-top: 26px;
padding-bottom: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
/* margin-bottom: 10px; */
margin-top: 20px;
}
::v-deep .step_list_new .el-step__icon.is-text {
border-radius: 0 !important;
border: none !important;
@@ -3057,12 +3065,15 @@ export default {
::v-deep .step_list_new .el-step__title.is-process {
color: #006699 !important;
font-weight: bold !important;
}
::v-deep .step_list_new .el-step.is-center .el-step__line {
left: 58% !important;
right: -43% !important;
}
.manu_add h3{
font-size: 16px;
margin-bottom: 15px;
margin-top: 0px;
}
</style>
@@ -3181,15 +3192,16 @@ export default {
}
.manu_add .bag_color {
padding-top: 25px;
background-color: #f8fbff;
box-shadow: 2px 30px 15px -20px #ebf5ff inset;
border-top: 1px solid #88888830;
padding-top: 15px;
background-color: #fff;
/* box-shadow: 2px 30px 15px -20px #ebf5ff inset; */
}
.manu_add .bag_color > div {
padding: 1px 25px;
background-color: #f8fbff;
box-shadow: 2px -30px 15px -20px #ebf5ff inset;
/* background-color: #fff; */
/* box-shadow: 2px -30px 15px -20px #ebf5ff inset; */
}
.manu_add .pro_ceed {

View File

@@ -74,8 +74,8 @@ module.exports = {
// target: 'http://www.tougao.com/',
// target: 'http://192.168.110.110/tougao/public/index.php/',
// target: 'http://api.tmrjournals.com/public/index.php/',//正式
target: 'http://zmzm.tougao.dev.com/',//程晓玲
// target: 'https://submission.tmrjournals.com/',//正式
// target: 'http://zmzm.tougao.dev.com/',//程晓玲
target: 'https://submission.tmrjournals.com/',//正式
changeOrigin: true,
pathRewrite: {
'^/api': ''