Explorar el Código

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

jbb hace 2 años
padre
commit
ac5a2a1d7a
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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;
   }