Merge remote-tracking branch 'websoft/master'
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user