浏览代码

1.稽核备注显示不全BUG修改

“liuhy” 2 年之前
父节点
当前提交
3cb48852f5

+ 4 - 0
src/views/lotCheck/modules/TaskCheckAudit.vue

@@ -3232,6 +3232,10 @@ h3 {
 .font-size-14 {
   font-size: 14px
 }
+.ant-form-item-children>span{
+  white-space: normal;
+  overflow-wrap: break-word;
+}
 </style>
 
 

+ 4 - 0
src/views/lotCheck/modules/TaskCheckAuditSelect.vue

@@ -3233,6 +3233,10 @@ h3 {
 .font-size-14 {
   font-size: 14px
 }
+.ant-form-item-children>span{
+  white-space: normal;
+  overflow-wrap: break-word;
+}
 </style>
 
 

+ 13 - 0
src/views/lotCheck/modules/TaskCheckAuditZG.vue

@@ -3232,6 +3232,19 @@ h3 {
 .font-size-14 {
   font-size: 14px
 }
+.a-tag-break{
+  white-space: normal;
+  overflow-wrap: break-word;
+}
+
+.ant-form-item-control>span{
+  white-space: normal;
+  overflow-wrap: break-word;
+}
+.ant-form-item-children>span{
+  white-space: normal;
+  overflow-wrap: break-word;
+}
 </style>
 
 

+ 4 - 1
src/views/lotCheck/modules/TaskCheckDetails.vue

@@ -1442,6 +1442,9 @@ h3 {
 margin-bottom-10 {
   margin-bottom: 10px;
 }
-
+.ant-form-item-children>span{
+  white-space: normal;
+  overflow-wrap: break-word;
+}
 
 </style>

+ 4 - 1
src/views/smscheck/modules/TaskUploadDataZG.vue

@@ -3791,6 +3791,9 @@ export default {
   padding-left: 4px;
   list-style-type: circle;
 }
-
+.ant-form-item-children>span{
+  white-space: normal;
+  overflow-wrap: break-word;
+}
 
 </style>

+ 4 - 1
src/views/specialApply/TaskUploadData.vue

@@ -3020,5 +3020,8 @@ export default {
 .font-size-14 {
   font-size: 14px
 }
-
+.ant-form-item-children>span{
+  white-space: normal;
+  overflow-wrap: break-word;
+}
 </style>

+ 4 - 1
src/views/specialApply/modules/TaskCheckAudit.vue

@@ -2883,5 +2883,8 @@ export default {
 .font-size-14 {
   font-size:14px
 }
-
+.ant-form-item-children>span{
+  white-space: normal;
+  overflow-wrap: break-word;
+}
 </style>

+ 4 - 1
src/views/specialApply/modules/TaskCheckDetails.vue

@@ -2378,6 +2378,9 @@ export default {
   padding-left: 4px;
   list-style-type: circle;
 }
-
+.ant-form-item-children>span{
+  white-space: normal;
+  overflow-wrap: break-word;
+}
 
 </style>

+ 4 - 1
src/views/truckCheck/modules/TaskCheckAudit.vue

@@ -5535,5 +5535,8 @@ margin-bottom-10 {
 .font-size-14 {
   font-size:14px
 }
-
+.ant-form-item-children>span{
+  white-space: normal;
+  overflow-wrap: break-word;
+}
 </style>

+ 4 - 1
src/views/truckCheck/modules/TaskCheckAuditSelect.vue

@@ -5551,5 +5551,8 @@ margin-bottom-10 {
 .font-size-14 {
   font-size:14px
 }
-
+.ant-form-item-children>span{
+  white-space: normal;
+  overflow-wrap: break-word;
+}
 </style>

+ 4 - 0
src/views/truckCheck/modules/TaskCheckAuditZG.vue

@@ -5663,5 +5663,9 @@ margin-bottom-10 {
 .font-size-14 {
   font-size: 14px
 }
+.ant-form-item-children>span{
+  white-space: normal;
+  overflow-wrap: break-word;
+}
 
 </style>

+ 5 - 1
src/views/truckCheck/modules/TaskCheckDetails.vue

@@ -1319,9 +1319,13 @@ h3 {
   list-style-type: circle;
 }
 
-margin-bottom-10 {
+.margin-bottom-10 {
   margin-bottom: 10px;
 }
+.ant-form-item-children>span{
+  white-space: normal;
+  overflow-wrap: break-word;
+}
 
 
 </style>