yuansh vor 2 Jahren
Ursprung
Commit
f7c896ca83
1 geänderte Dateien mit 11 neuen und 2 gelöschten Zeilen
  1. 11 2
      src/views/activiti/form/demoForm2.vue

+ 11 - 2
src/views/activiti/form/demoForm2.vue

@@ -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;
   // }