牛牛 2 年之前
父節點
當前提交
42fa24657c
共有 1 個文件被更改,包括 13 次插入11 次删除
  1. 13 11
      RMS-FrontEnd/src/views/report/Invalid/InvalidPage/Result.vue

+ 13 - 11
RMS-FrontEnd/src/views/report/Invalid/InvalidPage/Result.vue

@@ -767,7 +767,7 @@ export default {
   padding: 10px 0;
   margin: 0;
   display: flex;
-  justify-content: center;
+  justify-content: flex-start;
   align-items:center;
   height: 130px;
   line-break:normal;
@@ -781,15 +781,17 @@ export default {
 .innerTable p:last-child{
   border-bottom: none;
 }
-/* .innerTable p{
-   padding:0 0 20px 0;
- border-bottom:1px solid #EBEEF5;
- }
-
- .innerTable p:last-child{
-  padding: 20px 0 0 0;
-  border-bottom: none;
- } */
+// .innerTable p{
+//    padding:0 0 20px 0;
+//  border-bottom:1px solid #EBEEF5;
+//  }
+.innerTable p span{
+  
+}
+//  .innerTable p:last-child{
+//   padding: 20px 0 0 0;
+//   border-bottom: none;
+//  } 
 
 .innerTable .el-checkbox__label{
   width: calc(100% - 50px);
@@ -797,6 +799,6 @@ export default {
   display:inline-grid;
   white-space: pre-line;
   word-wrap: break-word;
-  overflow: hidden;
+  overflow: auto;
 }
 </style>