提交 0d44f4f7 authored 作者: 133's avatar 133

[用户模版修改]

上级 15b22b35
......@@ -236,6 +236,27 @@
line-height:25px;
height: 625px !important;
}
.td26{
line-height:25px;
height: 650px !important;
}
.td27{
line-height:25px;
height: 675px !important;
}
.td28{
line-height:25px;
height: 700px !important;
}
.td29{
line-height:25px;
height: 725px !important;
}
.td30{
line-height:25px;
height: 750px !important;
}
.oddrowcolor {
background-color: #fff;
}
......@@ -279,8 +300,8 @@
<table class="altrowstable" border="0" id="alternatecolor">
<#if (dev.model)??>
<tr>
<td>${dev.model!}</td>
<td>${dev.name!}</td>
<td style="overflow: hidden">${dev.model!}</td>
<td style="overflow: hidden">${dev.name!}</td>
<td>${dev.count!}</td>
</tr>
</#if>
......@@ -345,6 +366,16 @@
<td colspan="3" class="td24" style="text-align: left;padding: 0 2em;color: #555;">${dev.seqStirng!}</td>
<#elseif dev.oneCount == 25>
<td colspan="3" class="td25" style="text-align: left;padding: 0 2em;color: #555;">${dev.seqStirng!}</td>
<#elseif dev.oneCount == 26>
<td colspan="3" class="td26" style="text-align: left;padding: 0 2em;color: #555;">${dev.seqStirng!}</td>
<#elseif dev.oneCount == 27>
<td colspan="3" class="td27" style="text-align: left;padding: 0 2em;color: #555;">${dev.seqStirng!}</td>
<#elseif dev.oneCount == 28>
<td colspan="3" class="td28" style="text-align: left;padding: 0 2em;color: #555;">${dev.seqStirng!}</td>
<#elseif dev.oneCount == 29>
<td colspan="3" class="td29" style="text-align: left;padding: 0 2em;color: #555;">${dev.seqStirng!}</td>
<#elseif dev.oneCount == 30>
<td colspan="3" class="td30" style="text-align: left;padding: 0 2em;color: #555;">${dev.seqStirng!}</td>
</#if>
</tr>
</table>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论