This commit is contained in:
Taric Xin
2022-04-13 17:57:02 +08:00
parent 6a150ee3a3
commit 1d3f287e90
3 changed files with 35 additions and 29 deletions

View File

@ -20,7 +20,7 @@ module.exports = {
// } // }
'//api': { '//api': {
target: { target: {
host: 'tms-api.yunduoxing.com', host: 'tms-api-test.eascs.com',
protocol: 'https:', protocol: 'https:',
port: 443 port: 443
}, },

View File

@ -11,7 +11,7 @@
</se> </se>
<ng-container *ngIf="type===2"> <ng-container *ngIf="type===2">
<se label="收件地址" required> <se label="收件地址" required>
<nz-select [(ngModel)]="data.rcontactInfo" [nzCustomTemplate]="rcontactInfosData"> <nz-select [(ngModel)]="data.rcontactInfo" [nzCustomTemplate]="rcontactInfosData" nzDropdownClassName="print_order_select">
<nz-option [nzValue]="item" nzLabel="Jack" *ngFor="let item of rcontactInfos" <nz-option [nzValue]="item" nzLabel="Jack" *ngFor="let item of rcontactInfos"
[nzCustomContent]="true"> [nzCustomContent]="true">
{{item.contact}} &nbsp; &nbsp;&nbsp; {{item.tel}}<br /> {{item.contact}} &nbsp; &nbsp;&nbsp; {{item.tel}}<br />
@ -25,7 +25,7 @@
</ng-template> </ng-template>
</se> </se>
<se label="寄件地址" required> <se label="寄件地址" required>
<nz-select [(ngModel)]="data.scontactInfo" [nzCustomTemplate]="scontactInfosData"> <nz-select [(ngModel)]="data.scontactInfo" [nzCustomTemplate]="scontactInfosData" nzDropdownClassName="print_order_select">
<nz-option [nzValue]="item" nzLabel="Jack" *ngFor="let item of scontactInfos" <nz-option [nzValue]="item" nzLabel="Jack" *ngFor="let item of scontactInfos"
[nzCustomContent]="true"> [nzCustomContent]="true">
{{item.contact}} &nbsp; &nbsp;&nbsp; {{item.tel}}<br /> {{item.contact}} &nbsp; &nbsp;&nbsp; {{item.tel}}<br />

View File

@ -66,41 +66,47 @@ st {
} }
nz-range-picker { nz-range-picker {
width: 100%; width : 100%;
word-break: break-all; word-break: break-all;
word-wrap : break-word; word-wrap : break-word;
} }
.ant-select-tree .ant-select-tree-treenode-disabled { .ant-select-tree .ant-select-tree-treenode-disabled {
.ant-select-tree-checkbox { .ant-select-tree-checkbox {
margin: 0; margin: 0;
.ant-select-tree-checkbox-inner { .ant-select-tree-checkbox-inner {
width : 0px; width : 0px;
border-color: #ffffff !important; border-color: #ffffff !important;
}
} }
}
.ant-select-tree-node-content-wrapper { .ant-select-tree-node-content-wrapper {
color : unset; color : unset;
cursor: not-allowed; cursor: not-allowed;
} }
} }
.area-tree-select { .area-tree-select {
.ant-select-tree .ant-select-tree-treenode-disabled { .ant-select-tree .ant-select-tree-treenode-disabled {
.ant-select-tree-checkbox { .ant-select-tree-checkbox {
margin: 0; margin: 0;
.ant-select-tree-checkbox-inner { .ant-select-tree-checkbox-inner {
width : 0px; width : 0px;
border-color: #ffffff !important; border-color: #ffffff !important;
} }
}
.ant-select-tree-node-content-wrapper {
color : unset;
cursor: not-allowed;
}
} }
.ant-select-tree-node-content-wrapper {
color : unset;
cursor: not-allowed;
}
}
}
.print_order_select {
cdk-virtual-scroll-viewport {
min-height: 54px;
}
} }