|
@@ -1827,7 +1827,7 @@ function updateModel (object, childIndex) {
|
|
|
</script>
|
|
|
<style lang="less" scoped>
|
|
|
@media print {
|
|
|
- @page {
|
|
|
+ @page {
|
|
|
/* 横向 */
|
|
|
size: landscape;
|
|
|
/* 去除浏览器默认页眉页脚 */
|
|
@@ -1837,10 +1837,19 @@ function updateModel (object, childIndex) {
|
|
|
* {
|
|
|
-webkit-print-color-adjust: exact !important; /* Chrome, Safari */
|
|
|
color-adjust: exact !important; /*Firefox*/
|
|
|
-}
|
|
|
+ }
|
|
|
.noprint {
|
|
|
display: none;
|
|
|
}
|
|
|
+ /deep/ .ant-select-selection--multiple .ant-select-selection__rendered>ul>li, .ant-select-selection--multiple>ul>li{
|
|
|
+ font-size: 14px!important;
|
|
|
+ border: 0px solid black!important;
|
|
|
+ min-width: 90px!important;
|
|
|
+ height: 25!important;
|
|
|
+ }
|
|
|
+ /deep/ .ant-select-selection__choice__remove{
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
// /deep/.ant-input{
|
|
|
// border: none !important;
|
|
|
// }
|