BUG 29101
This commit is contained in:
@@ -788,7 +788,99 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.add_record {
|
::v-deep.add_record {
|
||||||
|
.el-step.is-vertical .el-step__line {
|
||||||
|
width: 1px;
|
||||||
|
left: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.el-step__icon {
|
||||||
|
width: 40px;
|
||||||
|
height: 40px;
|
||||||
|
background-color: #2266FF;
|
||||||
|
border: 1px solid #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.el-step__main {
|
||||||
|
padding-left: 36px !important;
|
||||||
|
margin-bottom: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bg-999 {
|
||||||
|
color: #999;
|
||||||
|
|
||||||
|
.el-step__icon {
|
||||||
|
background-color: #D0D4DC !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.el-step__line {
|
||||||
|
background-color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.record_title {
|
||||||
|
p {
|
||||||
|
color: #999 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.desc_name, .desc_ul {
|
||||||
|
color: #999 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.step-hide {
|
||||||
|
.el-step__line {
|
||||||
|
background-color: #fff;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.dia_ul {
|
||||||
|
justify-content: left;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
|
||||||
|
li {
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.right_name {
|
||||||
|
border: 1px solid #fff;
|
||||||
|
width: 40px;
|
||||||
|
height: 40px;
|
||||||
|
border-radius: 50%;
|
||||||
|
line-height: 40px;
|
||||||
|
text-align: center;
|
||||||
|
font-size: 14px;
|
||||||
|
background-color: #2266FF;
|
||||||
|
color: #fff;
|
||||||
|
margin: 0 20px;
|
||||||
|
position: relative;
|
||||||
|
|
||||||
|
.el-icon-arrow-right, .el-icon-circle-plus {
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: -30px;
|
||||||
|
color: #999;
|
||||||
|
}
|
||||||
|
|
||||||
|
.el-icon-error {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
color: #333;
|
||||||
|
right: -6px;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.upload-demo {
|
||||||
|
::v-deep .el-icon-close {
|
||||||
|
transform: translateX(-50px);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.record_icon {
|
.record_icon {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
@@ -909,99 +1001,6 @@ export default {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-step.is-vertical .el-step__line {
|
|
||||||
width: 1px;
|
|
||||||
left: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.el-step__icon {
|
|
||||||
width: 40px;
|
|
||||||
height: 40px;
|
|
||||||
background-color: #2266FF;
|
|
||||||
border: 1px solid #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.bg-999 {
|
|
||||||
color: #999;
|
|
||||||
|
|
||||||
.el-step__icon {
|
|
||||||
background-color: #D0D4DC !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.el-step__line {
|
|
||||||
background-color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.record_title {
|
|
||||||
p {
|
|
||||||
color: #999 !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.desc_name, .desc_ul {
|
|
||||||
color: #999 !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.step-hide {
|
|
||||||
.el-step__line {
|
|
||||||
background-color: #fff;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.el-step__main {
|
|
||||||
padding-left: 36px !important;
|
|
||||||
margin-bottom: 30px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.dia_ul {
|
|
||||||
justify-content: left;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
|
|
||||||
li {
|
|
||||||
margin-bottom: 10px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.right_name {
|
|
||||||
border: 1px solid #fff;
|
|
||||||
width: 40px;
|
|
||||||
height: 40px;
|
|
||||||
border-radius: 50%;
|
|
||||||
line-height: 40px;
|
|
||||||
text-align: center;
|
|
||||||
font-size: 14px;
|
|
||||||
background-color: #2266FF;
|
|
||||||
color: #fff;
|
|
||||||
margin: 0 20px;
|
|
||||||
position: relative;
|
|
||||||
|
|
||||||
.el-icon-arrow-right, .el-icon-circle-plus {
|
|
||||||
position: absolute;
|
|
||||||
top: 15px;
|
|
||||||
right: -30px;
|
|
||||||
color: #999;
|
|
||||||
}
|
|
||||||
|
|
||||||
.el-icon-error {
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
color: #333;
|
|
||||||
right: -6px;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.upload-demo {
|
|
||||||
::v-deep .el-icon-close {
|
|
||||||
transform: translateX(-50px);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
::v-deep .el-radio {
|
::v-deep .el-radio {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user