Merge remote-tracking branch 'websoft/master'

This commit is contained in:
2026-08-11 23:50:54 +08:00
11 changed files with 342 additions and 131 deletions
@@ -9528,6 +9528,37 @@ export default {
</script>
<style lang="scss" scoped>
// customer-archive .archive-form label + 250px
.business-crud-page__task-form,
.business-crud-page__freight-form,
.business-crud-page__module-form,
.business-crud-page__dispatch-item-form,
.business-crud-page__match-form,
.business-crud-page__transport-plan-import-form {
:deep(.el-form-item__label) {
flex: 0 0 calc(6em + 24px) !important;
width: calc(6em + 24px) !important;
height: auto;
white-space: normal !important;
word-break: break-all;
overflow-wrap: anywhere;
line-height: 18px;
}
:deep(.el-form-item) {
align-items: center;
}
:deep(.el-form-item__content > .el-input),
:deep(.el-form-item__content > .el-select),
:deep(.el-form-item__content > .el-cascader),
:deep(.el-form-item__content > .el-input-number),
:deep(.el-form-item__content > .el-date-editor) {
width: 250px;
max-width: 100%;
}
}
.business-crud-page {
&__field {
width: 100%;