提交 b48797a9 authored 作者: 133's avatar 133

[模版提交] 修改模版

上级 45ef74a4
...@@ -302,63 +302,61 @@ ...@@ -302,63 +302,61 @@
table.altrowstable2 td { table.altrowstable2 td {
height: 25px; height: 25px;
line-height:25px; line-height:25px;
font-size: 15px; font-size: 15px;
word-break: break-all; word-break: break-all;
word-wrap: break-word; word-wrap: break-word;
border:1px solid #bebebe; border:1px solid #bebebe;
width: 100%; width: 100%;
} }
table.altrowstable {
width: 100%;
font-size: 16px;
color: #000;
border-width: 0px;
border-color: #a9c6c9;
border-collapse: collapse;
text-align: center;
table-layout: fixed;
word-break: break-all;
}
.td2{ .td2{
height: 49px !important; height: 50px !important;
} }
.td3{ .td3{
height: 74px !important; height: 75px !important;
} }
.td4{ .td4{
height: 99px !important; height: 100px !important;
} }
.td5{ .td5{
height: 124px !important; height: 125px !important;
} }
.td6{ .td6{
height: 149px !important; height: 150px !important;
} }
.td7{ .td7{
height: 174px !important; height: 175px !important;
} }
.td8{ .td8{
height: 199px !important; height: 200px !important;
} }
.td9{ .td9{
height: 224px !important; height: 225px !important;
} }
.td10{ .td10{
height: 249px !important; height: 250px !important;
} }
.td11{ .td11{
height: 274px !important; height: 275px !important;
} }
.td12{ .td12{
height: 299px !important; height: 300px !important;
} }
.td13{ .td13{
height: 324px !important; height: 325px !important;
} }
table.altrowstable {
width: 100%;
font-size: 16px;
color: #000;
border-width: 0px;
border-color: #a9c6c9;
border-collapse: collapse;
text-align: center;
table-layout: fixed;
word-break: break-all;
}
table.altrowstable th { table.altrowstable th {
height: 24px; height: 24px;
line-height:24px; line-height:24px;
...@@ -397,8 +395,8 @@ border:1px solid #bebebe; ...@@ -397,8 +395,8 @@ border:1px solid #bebebe;
position: absolute; position: absolute;
bottom: 0px; bottom: 0px;
right: 150px; right: 150px;
}
.oddrowcolor { .oddrowcolor {
background-color: #fff; background-color: #fff;
} }
...@@ -475,11 +473,12 @@ border:1px solid #bebebe; ...@@ -475,11 +473,12 @@ border:1px solid #bebebe;
<td> <td>
${dev.count!} ${dev.count!}
</td> </td>
<!--<td>${dev.deviceSerialNumber!}</td>-->
<#if dev.oneCount == 1> <#if dev.oneCount == 1>
<td>${dev.deviceSerialNumber!}</td> <td>${dev.deviceSerialNumber!}</td>
<#elseif dev.oneCount == 2> <#elseif dev.oneCount == 2>
<td class="td2">${dev.deviceSerialNumber!}</td> <td class="td2">${dev.deviceSerialNumber!}</td>
<#elseif dev.oneCount == 3> <#elseif dev.oneCount == 3>
<td class="td3">${dev.deviceSerialNumber!}</td> <td class="td3">${dev.deviceSerialNumber!}</td>
...@@ -515,7 +514,7 @@ border:1px solid #bebebe; ...@@ -515,7 +514,7 @@ border:1px solid #bebebe;
<#elseif dev.oneCount == 14> <#elseif dev.oneCount == 14>
<td class="td14">${dev.deviceSerialNumber!}</td> <td class="td14">${dev.deviceSerialNumber!}</td>
</#if> </#if>
<!--<td>${dev.deviceSerialNumber!}</td>-->
<td>${dev.remark!}</td> <td>${dev.remark!}</td>
</tr> </tr>
</#list> </#list>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论