|
|
@ -382,6 +382,33 @@ export default { |
|
|
|
|
|
|
|
<style scoped> |
|
|
|
.titwu { |
|
|
|
padding-bottom: 0; |
|
|
|
padding: 0; |
|
|
|
} |
|
|
|
.tableTitle{ |
|
|
|
border: 1px solid #e0e3eb; |
|
|
|
line-height: 42px; |
|
|
|
text-align: center; |
|
|
|
font-weight: bold; |
|
|
|
font-size: 18px; |
|
|
|
} |
|
|
|
.balanceStyle { |
|
|
|
line-height: 15px !important; |
|
|
|
display: flex; |
|
|
|
justify-content: flex-end; |
|
|
|
align-items: center; |
|
|
|
} |
|
|
|
|
|
|
|
.tlineheightb { |
|
|
|
display: flex; |
|
|
|
flex-direction: row; |
|
|
|
justify-content: flex-start; |
|
|
|
align-items: center; |
|
|
|
} |
|
|
|
/deep/ .tlineheightb .el-form-item .el-form-item__content { |
|
|
|
line-height: 15px !important; |
|
|
|
display: flex; |
|
|
|
flex-direction: row; |
|
|
|
justify-content: flex-start; |
|
|
|
align-items: center; |
|
|
|
} |
|
|
|
</style> |
|
|
|