|
|
|
@ -283,14 +283,43 @@ export default {
|
|
|
|
|
justify-content: space-between !important; |
|
|
|
|
} |
|
|
|
|
:deep(.avue-form__group--flex) { |
|
|
|
|
display: flex; |
|
|
|
|
flex-direction: column; |
|
|
|
|
justify-content: space-between; |
|
|
|
|
display: flex; |
|
|
|
|
flex-direction: row; |
|
|
|
|
justify-content: flex-start; |
|
|
|
|
} |
|
|
|
|
:deep(.avue-form__row){ |
|
|
|
|
max-width:100% |
|
|
|
|
max-width:324px; |
|
|
|
|
.el-form-item{ |
|
|
|
|
margin-right: 10px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
:deep(.el-form-item){ |
|
|
|
|
width: max-content; |
|
|
|
|
:deep(.avue-form__row):first-of-type { |
|
|
|
|
max-width:100%; |
|
|
|
|
.el-form-item{ |
|
|
|
|
margin-right:0; |
|
|
|
|
display: flex; |
|
|
|
|
} |
|
|
|
|
.el-input-number,.el-input__wrapper{ |
|
|
|
|
height: 33px; |
|
|
|
|
} |
|
|
|
|
.el-table__header{ |
|
|
|
|
width: 100% !important; |
|
|
|
|
} |
|
|
|
|
.el-table__body{ |
|
|
|
|
width: 100% !important; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
:deep(.el-table__header){ |
|
|
|
|
width: 100%; |
|
|
|
|
} |
|
|
|
|
:deep(.avue-form__row){ |
|
|
|
|
margin-left:10px; |
|
|
|
|
} |
|
|
|
|
:deep(.avue-form__row):nth-child(1), |
|
|
|
|
:deep(.avue-form__row):nth-child(2), |
|
|
|
|
:deep(.avue-form__row):nth-child(7) { |
|
|
|
|
margin-left:0px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</style> |
|
|
|
|