Explorar o código

显示样式微调

hejq %!s(int64=7) %!d(string=hai) anos
pai
achega
683be358c2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/main/webapp/resources/js/common/noticeDetail.js

+ 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);