|
@@ -276,17 +276,15 @@
|
276
|
276
|
<table class="table table-striped table-hover" style="table-layout: fixed;">
|
277
|
277
|
<thead>
|
278
|
278
|
<tr>
|
279
|
|
- <th class="center" style="width:40%;">名称</th>
|
280
|
|
- <th class="hidden-xs" ng-show="uploader.isHTML5" style="width:20%;">大小</th>
|
281
|
|
- <th class="hidden-xs" style="width:20%;">附件下载</th>
|
|
279
|
+ <th style="text-align: center;width: 70%;" class="ellipsis">名称</th>
|
|
280
|
+ <th style="text-align: center;width: 30%;" class="ellipsis">附件下载</th>
|
282
|
281
|
</tr>
|
283
|
282
|
</thead>
|
284
|
283
|
<tbody>
|
285
|
284
|
<!-- 已上传附件 -->
|
286
|
285
|
<tr ng-repeat="attachment in attachments">
|
287
|
|
- <td title="{{attachment.name}}"><strong>{{ attachment.name }}</strong></td>
|
288
|
|
- <td ng-show="uploader.isHTML5" nowrap>{{ attachment.size/1024/1024|number:2 }} MB</td>
|
289
|
|
- <td class="center">
|
|
286
|
+ <td style="text-align: center;width: 70%;" class="ellipsis" title="{{attachment.name}}"><strong>{{ attachment.name }}</strong></td>
|
|
287
|
+ <td style="text-align: center;width: 30%;">
|
290
|
288
|
<div class="visible-md visible-lg hidden-sm hidden-xs">
|
291
|
289
|
<a ng-click="download(attachment.id,attachment.name,attachment.token)"
|
292
|
290
|
class="btn btn-transparent btn-xs" tooltip-placement="top" tooltip="下载"><i
|