Răsfoiți Sursa

Merge branch 'feature/JSDoc' into 'wrdp'

Merge of feature/JSDoc 会议弹出层标题过长的问题 to wrdp

See merge request o2oa/o2oa!2565
蔡祥熠 5 ani în urmă
părinte
comite
dc7dbe465c
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      o2web/source/x_component_Meeting/Common.js

+ 1 - 1
o2web/source/x_component_Meeting/Common.js

@@ -1486,7 +1486,7 @@ MWF.xApplication.Meeting.MeetingTooltip = new Class({
             "   <div style='font-size: 12px;color:#666; float: right'>"+ this.lp.applyPerson  +":" + data.applicant.split("@")[0] +"</div>" +
             "   <div style='font-size: 16px;color:#333;float: left'>"+ this.lp.meetingDetail +"</div>"+
             "</div>"+
-            "<div style='font-size: 18px;color:#333;padding:0px 10px 15px 20px;'>"+ data.subject +"</div>"+
+            "<div style='font-size: 18px;color:#333;padding:0px 10px 15px 20px;overflow:hidden;'>"+ data.subject +"</div>"+
             "<div style='height:1px;margin:0px 20px;border-bottom:1px solid #ccc;'></div>"+
             "<table width='100%' bordr='0' cellpadding='7' cellspacing='0' style='margin:13px 13px 13px 13px;'>" +
             "<tr><td style='"+titleStyle+";' width='70'>"+this.lp.meetingTime+":</td>" +