Browse Source

Revert "修改药品说明书标题宽度"

This reverts commit 576b54554b36e37ea0eb80e815ad381772b19cc5.
zhangxc 6 years atrás
parent
commit
25a000f38b
1 changed files with 2 additions and 2 deletions
  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: 190px;
+    width: 85px;
     text-align-last:justify;    /*chrome*/
     text-justify: distribute;   /*ff*/
 }
@@ -65,5 +65,5 @@
 }
 .drug-desc-content {
     /*width: 100%;*/
-    margin-left: 210px;
+    margin-left: 90px;
 }