|
|
@ -397,13 +397,13 @@ export default { |
|
|
|
|
|
|
|
<style scoped> |
|
|
|
.span-sty { |
|
|
|
width: 120px !important; |
|
|
|
width: 130px !important; |
|
|
|
} |
|
|
|
.addinputInfo { |
|
|
|
margin-left: 110px !important; |
|
|
|
width: calc(100% - 120px); |
|
|
|
margin-left: 120px !important; |
|
|
|
width: calc(100% - 130px); |
|
|
|
} |
|
|
|
/deep/ .el-form-item__error { |
|
|
|
margin-left: 110px !important; |
|
|
|
margin-left: 120px !important; |
|
|
|
} |
|
|
|
</style> |
|
|
|