|
@ -369,37 +369,29 @@ export default { |
|
|
} |
|
|
} |
|
|
</script> |
|
|
</script> |
|
|
<style scoped> |
|
|
<style scoped> |
|
|
/deep/ .el-form-item__error { |
|
|
|
|
|
margin-left: 120px !important; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.must { |
|
|
.must { |
|
|
color: #f00; |
|
|
color: #f00; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.span-sty { |
|
|
.span-sty { |
|
|
width: 130px !important; |
|
|
width: 150px !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.addinputInfo { |
|
|
.addinputInfo { |
|
|
margin-left: 120px !important; |
|
|
margin-left: 140px !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.formaddcopy02 .el-row .el-col /deep/ .el-form-item .addinputw { |
|
|
.formaddcopy02 .el-row .el-col /deep/ .el-form-item .addinputw { |
|
|
margin-left: 120px !important; |
|
|
margin-left: 140px !important; |
|
|
width: calc(100% - 115px); |
|
|
width: calc(100% - 135px); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.first_row { |
|
|
/deep/ .el-form-item__error { |
|
|
border-top: 1px solid #E0E3EB; |
|
|
margin-left: 140px !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.titleOne { |
|
|
.first_row { |
|
|
padding: 7px; |
|
|
border-top: 1px solid #E0E3EB; |
|
|
display: flex; |
|
|
|
|
|
flex-direction: row; |
|
|
|
|
|
justify-content: space-between; |
|
|
|
|
|
align-items: center; |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.formaddcopy02 .el-row .el-col /deep/ .el-form-item .el-radio-group { |
|
|
.formaddcopy02 .el-row .el-col /deep/ .el-form-item .el-radio-group { |
|
|