Browse Source

森语-打印时单选按钮未显示

jbb 2 years ago
parent
commit
ac5a2a1d7a
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/views/activiti/form/demoForm2.vue

+ 4 - 0
src/views/activiti/form/demoForm2.vue

@@ -1804,6 +1804,10 @@ function updateModel (object, childIndex) {
     margin: 0;
     
   }
+  * {
+    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari */
+    color-adjust: exact !important;                 /*Firefox*/
+}
   .noprint {
     display: none;
   }