소스 검색

凌云日报页面完成wanshan2221

maoyunfeng 5 년 전
부모
커밋
bfa3f4c274
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      whepi-ui/templates/home/ribao.js

+ 1 - 1
whepi-ui/templates/home/ribao.js

@@ -541,7 +541,7 @@ function tab(){
         html += "<td style='text-align: center;' >" + listcx[i].endlocalStr + " </td>";
         html += "<td style='text-align: center;' >" + listcx[i].tripTypeStr + " </td>";
         html += "<td style='text-align: center;' >" + listcx[i].tripTypeDesp + " </td>";
-        html += "<td style='text-align: center;' ><button value=" + i + " style='height:3vh;background-color: red;text-align: center;' class='weui-btn weui-btn_mini weui-btn_primary' onclick='splice(this.value)'>" + "删除" + " </button></td>";
+        html += "<td style='text-align: center;' ><button value=" + i + " style='height:5vh;width:100%;background-color: red;text-align: center;' class='weui-btn weui-btn_mini weui-btn_primary' onclick='splice(this.value)'>" + "删除" + " </button></td>";
 
         html += "</tr>";
         $("#tabtr").html(html);