提交 28a74290 编写于 作者: KK's avatar KK

状态向导面板 --- fix4

上级 6272c9a7
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
<layout class="app-wizard"> <layout class="app-wizard">
<#if ctrl.getPSDEWizard?? && ctrl.getPSDEWizard()?? && ctrl.getPSDEWizard().getPSDEWizardSteps?? && ctrl.getPSDEWizard().getPSDEWizardSteps()??> <#if ctrl.getPSDEWizard?? && ctrl.getPSDEWizard()?? && ctrl.getPSDEWizard().getPSDEWizardSteps?? && ctrl.getPSDEWizard().getPSDEWizardSteps()??>
<div class="view-steps"> <div class="view-steps">
<div class="background-box"></div>
<div class="steps_icon" @click="onClickPrev(activeForm)"><i class="el-icon-arrow-left"></i></div> <div class="steps_icon" @click="onClickPrev(activeForm)"><i class="el-icon-arrow-left"></i></div>
<el-steps class="wizard-steps" :active="(wizardForms.indexOf(activeForm) + 1)" finish-status="success"> <el-steps class="wizard-steps" :active="(wizardForms.indexOf(activeForm) + 1)" finish-status="success">
<#list ctrl.getPSDEWizard().getPSDEWizardSteps() as step> <#list ctrl.getPSDEWizard().getPSDEWizardSteps() as step>
......
...@@ -4,20 +4,23 @@ ...@@ -4,20 +4,23 @@
.view-steps{ .view-steps{
display: flex; display: flex;
padding: 0 20px; padding: 0 20px;
position: relative;
.steps_icon{ .steps_icon{
font-size: 20px; font-size: 20px;
background: #409eff; background: #409eff;
color: #fff; color: #fff;
line-height: 50px; line-height: 50px;
height: 50px; height: 50px;
border-radius: 4px; margin-top: 21px;
z-index: 1;
} }
.steps_icon:hover{ .steps_icon:hover{
cursor: pointer; cursor: pointer;
} }
} }
.wizard-steps{ .wizard-steps{
padding: 10px 20px; padding: 10px 20px 10px 70px;
margin-bottom: 10px; margin-bottom: 10px;
width: 100%; width: 100%;
.steps-item-span{ .steps-item-span{
...@@ -56,6 +59,17 @@ ...@@ -56,6 +59,17 @@
} }
} }
} }
.el-step__main{
background-color: rgb(239, 239, 239);
}
.background-box {
height: 50px;
width: calc(100% - 40px);
position: absolute;
background: #efefef;
top: 21px;
border-top: 2px solid rgb(225, 225, 225);
}
} }
.app-wizard-popover-container{ .app-wizard-popover-container{
.app-wizard-container{ .app-wizard-container{
...@@ -94,4 +108,4 @@ ...@@ -94,4 +108,4 @@
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;
} }
} }
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册