Przeglądaj źródła

森语-事故处理单

jbb 2 lat temu
rodzic
commit
585303aaad

+ 4 - 0
src/views/oa/modules/IncidentTicketModal.vue

@@ -595,4 +595,8 @@
       content: '*';
       color: red;
     }
+/deep/ .ant-table td {
+    white-space: break-spaces !important;
+    word-break: break-word;
+}
 </style>

+ 4 - 0
src/views/oa/modules/IncidentTicketModalDetail.vue

@@ -669,4 +669,8 @@
 /deep/.table-page-search-wrapper .ant-form-inline .ant-form-item>.ant-form-item-label{
   width: 118px;
 }
+/deep/ .ant-table td {
+    white-space: break-spaces !important;
+    word-break: break-word;
+}
 </style>