|
@@ -14,6 +14,12 @@
|
|
.table-bg thead th{background-color: #e2f6ff;}
|
|
.table-bg thead th{background-color: #e2f6ff;}
|
|
input[type=radio]{-webkit-appearance:none;appearance:none;background: url(${path}/common/images/pts/radio-1.png) center center no-repeat;background-size:auto 100%;width: 20px;height: 20px;margin-right: 10px;}
|
|
input[type=radio]{-webkit-appearance:none;appearance:none;background: url(${path}/common/images/pts/radio-1.png) center center no-repeat;background-size:auto 100%;width: 20px;height: 20px;margin-right: 10px;}
|
|
input[type=radio]:checked{-webkit-appearance:none;appearance:none;background: url(${path}/common/images/pts/radio-2.png) center center no-repeat;background-size:auto 100%;width: 20px;height: 20px;margin-right: 10px;}
|
|
input[type=radio]:checked{-webkit-appearance:none;appearance:none;background: url(${path}/common/images/pts/radio-2.png) center center no-repeat;background-size:auto 100%;width: 20px;height: 20px;margin-right: 10px;}
|
|
|
|
+ .txt2{
|
|
|
|
+ width:60px;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ white-space: nowrap;
|
|
|
|
+ text-overflow: ellipsis;
|
|
|
|
+ }
|
|
</style>
|
|
</style>
|
|
</head>
|
|
</head>
|
|
<body>
|
|
<body>
|
|
@@ -97,7 +103,7 @@
|
|
<td class="text-c" width="100">${detect.detectResults!}</td>
|
|
<td class="text-c" width="100">${detect.detectResults!}</td>
|
|
<td class="text-c" width="100">${detect.detectPoint!}</td>
|
|
<td class="text-c" width="100">${detect.detectPoint!}</td>
|
|
<td class="text-c" width="100">${detect.detectAnalysis!}</td>
|
|
<td class="text-c" width="100">${detect.detectAnalysis!}</td>
|
|
- <td class="text-c" width="100">${detect.questionTitle!}<br><#if detect.questionTitle??><#if detect.questionTitle != ""><a href="#" onclick="getDescribeInfo(${detect.customerId!});" style="color : #4149FF;">查看详情</a></#if></#if></td>
|
|
|
|
|
|
+ <td class="text-c" width="100"><span class="label txt2" title="${detect.questionTitle!}" >${detect.questionTitle!}</span><br><#if detect.questionTitle??><#if detect.questionTitle != ""><a href="#" onclick="getDescribeInfo(${detect.customerId!});" style="color : #4149FF;">查看详情</a></#if></#if></td>
|
|
<td class="text-c" width="100">
|
|
<td class="text-c" width="100">
|
|
<#if detect.detectIsMaintenance??>
|
|
<#if detect.detectIsMaintenance??>
|
|
<#if detect.detectIsMaintenance == 2>
|
|
<#if detect.detectIsMaintenance == 2>
|