Sfoglia il codice sorgente

task 45021 终止、异常公告

rongxin_dev
庞东旭 1 giorno fa
parent
commit
6bb3d727a0
1 ha cambiato i file con 2 aggiunte e 4 eliminazioni
  1. +2
    -4
      view/user/user.html

+ 2
- 4
view/user/user.html Vedi File

@@ -715,13 +715,11 @@
{{each applicationInformationList as value i}}
<tr>
<td>{{i+1}}</td>
<td style="width: 20%;"><p
style="display: -webkit-box;
<td style="width: 20%;"><p title="{{value.projectName}}" style="display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
word-break: break-all;
overflow: hidden;"
>{{value.projectName}}</p></td>
overflow: hidden;">{{value.projectName}}</p></td>
<td>{{value.depositStatus}}</td>
<td>{{value.biddingStartTime}}</td>
<td>{{value.biddingStopTime}}</td>


Caricamento…
Annulla
Salva