#1370修复版本库样式显示异常的BUG
This commit is contained in:
parent
364fd53076
commit
215d8f0e0c
|
@ -7,7 +7,7 @@
|
|||
<table border=0 cellSpacing=0 cellPadding=0 style="width: 100%;table-layout: fixed;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="r1">
|
||||
<td class="r1" style="word-break: break-all;word-wrap: break-word;">
|
||||
<div class="cb">
|
||||
<strong><%= l(:label_attachment) %>: <%= file.filename %></strong>
|
||||
<span style="margin-left: 4px;">
|
||||
|
|
|
@ -1390,7 +1390,7 @@ a.toggle-all:hover {text-decoration:none;}
|
|||
|
||||
table.list tbody tr:hover { background-color:#ffffdd; }
|
||||
table.list tbody tr.group:hover { background-color:inherit; }
|
||||
table td {padding:2px;word-break: break-all;word-wrap: break-word;}
|
||||
table td {padding:2px;}
|
||||
table p {margin:0;}
|
||||
.odd {background-color:#f6f7f8;}
|
||||
.even {background-color: #fff;}
|
||||
|
|
Loading…
Reference in New Issue