hejq 7 rokov pred
rodič
commit
683be358c2

+ 1 - 1
src/main/webapp/resources/js/common/noticeDetail.js

@@ -97,7 +97,7 @@ function getDataRow(detail, i) {
     row.appendChild(dateCell);
 
     var remarkCell = document.createElement('td'); //时间
-    remarkCell.setAttribute("class", "text-center");
+    remarkCell.setAttribute("class", "text-left");
     remarkCell.innerHTML = detail.remark;//填充数据
     row.appendChild(remarkCell);