ソースを参照

修改治疗方案高度

zhangxc 5 年 前
コミット
f3596c5394
1 ファイル変更2 行追加2 行削除
  1. 2 2
      src/css/indexHorizontal.less

+ 2 - 2
src/css/indexHorizontal.less

@@ -253,7 +253,7 @@
 .infomationBox .treatTextBox {
     margin-left: 80px;
     line-height: 20px;
-    height: 60px;
+    max-height: 60px;
     overflow:hidden;
     // text-overflow:ellipsis; 
     // display: -webkit-box;
@@ -263,7 +263,7 @@
 .infomationBox .treatDrugBox {
     margin-left: 80px;
     line-height: 20px;
-    height: 120px;
+    max-height: 120px;
     overflow: hidden;
 }
 .tipsInfoBox {