|
|
@ -94,12 +94,12 @@ |
|
|
|
<td>{$item.name}</td> |
|
|
|
<td>{$item.source}</td> |
|
|
|
<td> |
|
|
|
<div style="display: flex;flex-wrap: wrap;border-bottom: 1px dashed #ccc;padding-bottom: 15px"> |
|
|
|
<div style="display: flex;flex-wrap: wrap;border-bottom: 1px dashed #ccc;padding-bottom: 10px"> |
|
|
|
{foreach from=$item.formula item=value} |
|
|
|
<span class="item" style="flex-basis: auto;white-space: nowrap;padding-left:20px">{$value.name}{if $value.desc}({$value.desc}){/if} {$value.num_str}</span> |
|
|
|
{/foreach} |
|
|
|
</div> |
|
|
|
<p style="padding:20px 20px 0">{$item.method}</p> |
|
|
|
<p style="padding:15px 20px 0">{$item.method}</p> |
|
|
|
</td> |
|
|
|
<td> |
|
|
|
{if $item.uid==0} |
|
|
|