diff --git a/proxy.conf.js b/proxy.conf.js index 396f43cd..e6de13f2 100644 --- a/proxy.conf.js +++ b/proxy.conf.js @@ -20,7 +20,7 @@ module.exports = { // } '//api': { target: { - host: 'tms-api.yunduoxing.com', + host: 'tms-api-test.eascs.com', protocol: 'https:', port: 443 }, diff --git a/src/app/routes/ticket-management/components/invoice-requested/print-order-modal/print-order-modal.component.html b/src/app/routes/ticket-management/components/invoice-requested/print-order-modal/print-order-modal.component.html index 119c6269..592208d6 100644 --- a/src/app/routes/ticket-management/components/invoice-requested/print-order-modal/print-order-modal.component.html +++ b/src/app/routes/ticket-management/components/invoice-requested/print-order-modal/print-order-modal.component.html @@ -11,7 +11,7 @@ - + {{item.contact}}      {{item.tel}}
@@ -25,7 +25,7 @@
- + {{item.contact}}      {{item.tel}}
diff --git a/src/styles.less b/src/styles.less index 626d0385..c40ad1c0 100644 --- a/src/styles.less +++ b/src/styles.less @@ -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; + } } \ No newline at end of file