Commit fea884a2 authored by hj's avatar hj

更新提交

parent 835e66f6
......@@ -82,7 +82,7 @@ class ChemicalsMsdsService
if($ddContent){
$dlHtml = '';
foreach($ddContent['cTitle'] as $k => $c){
$dlHtml .= '<div><span style="margin: 0;"><b>'.$c.'</b></span>';
$dlHtml .= '<div style="width:90%"><span style="margin: 0;"><b>'.$c.'</b></span>';
$dlHtml .= '<span style="font-weight: normal;margin-left:15px;white-space: pre-wrap">'.$ddContent['cContent'][$k].'</span></div>';
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment