edit
This commit is contained in:
@ -20,7 +20,7 @@ module.exports = {
|
||||
// }
|
||||
'//api': {
|
||||
target: {
|
||||
host: 'tms-api.yunduoxing.com',
|
||||
host: 'tms-api-test.eascs.com',
|
||||
protocol: 'https:',
|
||||
port: 443
|
||||
},
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
</se>
|
||||
<ng-container *ngIf="type===2">
|
||||
<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"
|
||||
[nzCustomContent]="true">
|
||||
{{item.contact}} {{item.tel}}<br />
|
||||
@ -25,7 +25,7 @@
|
||||
</ng-template>
|
||||
</se>
|
||||
<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"
|
||||
[nzCustomContent]="true">
|
||||
{{item.contact}} {{item.tel}}<br />
|
||||
|
||||
@ -66,41 +66,47 @@ st {
|
||||
}
|
||||
|
||||
nz-range-picker {
|
||||
width: 100%;
|
||||
word-break: break-all;
|
||||
word-wrap : break-word;
|
||||
width : 100%;
|
||||
word-break: break-all;
|
||||
word-wrap : break-word;
|
||||
}
|
||||
|
||||
.ant-select-tree .ant-select-tree-treenode-disabled {
|
||||
.ant-select-tree-checkbox {
|
||||
margin: 0;
|
||||
.ant-select-tree-checkbox {
|
||||
margin: 0;
|
||||
|
||||
.ant-select-tree-checkbox-inner {
|
||||
width : 0px;
|
||||
border-color: #ffffff !important;
|
||||
}
|
||||
.ant-select-tree-checkbox-inner {
|
||||
width : 0px;
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
||||
.area-tree-select {
|
||||
.ant-select-tree .ant-select-tree-treenode-disabled {
|
||||
.ant-select-tree-checkbox {
|
||||
margin: 0;
|
||||
.ant-select-tree .ant-select-tree-treenode-disabled {
|
||||
.ant-select-tree-checkbox {
|
||||
margin: 0;
|
||||
|
||||
.ant-select-tree-checkbox-inner {
|
||||
width : 0px;
|
||||
border-color: #ffffff !important;
|
||||
}
|
||||
}
|
||||
|
||||
.ant-select-tree-node-content-wrapper {
|
||||
color : unset;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.ant-select-tree-checkbox-inner {
|
||||
width : 0px;
|
||||
border-color: #ffffff !important;
|
||||
}
|
||||
}
|
||||
|
||||
.ant-select-tree-node-content-wrapper {
|
||||
color : unset;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.print_order_select {
|
||||
cdk-virtual-scroll-viewport {
|
||||
min-height: 54px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user