فهرست منبع

修改治疗方案高度

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 {