Forráskód Böngészése

Merge branch 'addTime0817' into testNew

wyq 3 éve
szülő
commit
1949b30237
1 módosított fájl, 4 hozzáadás és 3 törlés
  1. 4 3
      src/components/PreviewBody/index.less

+ 4 - 3
src/components/PreviewBody/index.less

@@ -42,12 +42,14 @@ table{
     line-height: 20px;
     word-break: break-all;
     display: flex;
-    justify-content: flex-end;
+    justify-content: flex-start;
+    width: 100%;
   }
   .patInfoFst .patInfoSec:first-child{
     text-align: right;    
-    width: 76px;
+    width: 85px;
     font-size: 14px;
+    justify-content: flex-end;
   }
   &>tr>td:first-child {//打印样式需要改
     // text-align: right;
@@ -181,7 +183,6 @@ table{
   display: flex;  
   flex-flow: column;
   width: 100%;
-  
 }
 .font14 {
   font-size: 14px;