|
@@ -1330,7 +1330,9 @@
|
|
|
<c:choose>
|
|
|
<c:when test="${fileAttachment.flag == 0}">
|
|
|
<%-- <div style="overflow: hidden"><span class="file_nei">内容:</span><div class="file_neirong">${fileAttachment.attachName}</div></div>--%>
|
|
|
- <div><span style="font-weight: bold">文件格式及大小:</span>${fileAttachment.attachLength}M; ${fileAttachment.attachTypes}</div>
|
|
|
+ <%--<div><span style="font-weight: bold">文件格式及大小:</span>${fileAttachment.attachLength}M; ${fileAttachment.attachTypes}</div>--%>
|
|
|
+ <div style="white-space:normal; word-break:break-all;overflow:hidden;"><span style="font-weight: bold">文件格式及大小:</span>${fileAttachment.attachLength}M;</div><div style="white-space:normal; word-break:break-all;overflow:hidden;"> ${fileAttachment.attachTypes}</div>
|
|
|
+
|
|
|
</c:when>
|
|
|
<c:otherwise>
|
|
|
<c:choose>
|
|
@@ -1486,7 +1488,9 @@
|
|
|
<c:choose>
|
|
|
<c:when test="${fileGistdata.flag == 0}">
|
|
|
<%-- <div style="overflow: hidden"><span class="file_nei">内容:</span><div class="file_neirong">${fileGistdata.attachName}</div></div>--%>
|
|
|
- <div><span style="font-weight: bold">文件格式及大小:</span>${fileGistdata.attachLength}M; ${fileGistdata.attachTypes}</div>
|
|
|
+ <%--<div><span style="font-weight: bold">文件格式及大小:</span>${fileGistdata.attachLength}M; ${fileGistdata.attachTypes}</div>--%>
|
|
|
+ <div style="white-space:normal; word-break:break-all;overflow:hidden;"><span style="font-weight: bold">文件格式及大小:</span>${fileGistdata.attachLength}M;</div><div style="white-space:normal; word-break:break-all;overflow:hidden;"> ${fileGistdata.attachTypes}</div>
|
|
|
+
|
|
|
</c:when>
|
|
|
<c:otherwise>
|
|
|
<c:choose>
|
|
@@ -1641,7 +1645,9 @@
|
|
|
<c:choose>
|
|
|
<c:when test="${fileOther.flag == 0}">
|
|
|
<%-- <div style="overflow: hidden"><span class="file_nei">内容:</span><div class="file_neirong">${fileOther.attachName}</div></div>--%>
|
|
|
- <div><span style="font-weight: bold">文件格式及大小:</span>${fileOther.attachLength}M; ${fileOther.attachTypes}</div>
|
|
|
+ <%--<div><span style="font-weight: bold">文件格式及大小:</span>${fileOther.attachLength}M; ${fileOther.attachTypes}</div>--%>
|
|
|
+ <div style="white-space:normal; word-break:break-all;overflow:hidden;"><span style="font-weight: bold">文件格式及大小:</span>${fileOther.attachLength}M;</div><div style="white-space:normal; word-break:break-all;overflow:hidden;"> ${fileOther.attachTypes}</div>
|
|
|
+
|
|
|
</c:when>
|
|
|
<c:otherwise>
|
|
|
<c:choose>
|