Browse Source

凌云日报页面完成wanshan2221

maoyunfeng 5 years ago
parent
commit
bfa3f4c274
1 changed files with 1 additions and 1 deletions
  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);