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

[模版提交] 修改模版

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