소스 검색

修改药品说明书标题宽度

zhangxc 6 년 전
부모
커밋
576b54554b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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;
 }