Bladeren bron

修改药品说明书标题宽度

zhangxc 6 jaren geleden
bovenliggende
commit
576b54554b
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      src/components/TreatDesc/DrugInfo/index.less

+ 2 - 2
src/components/TreatDesc/DrugInfo/index.less

@@ -46,7 +46,7 @@
     font-size: 14px;
     height: 100%;
     float: left;
-    width: 85px;
+    width: 190px;
     text-align-last:justify;    /*chrome*/
     text-justify: distribute;   /*ff*/
 }
@@ -65,5 +65,5 @@
 }
 .drug-desc-content {
     /*width: 100%;*/
-    margin-left: 90px;
+    margin-left: 210px;
 }