init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -63,7 +63,7 @@ | ... | @@ -63,7 +63,7 @@ |
| 63 | 63 | ||
| 64 | <div class="row cl pb-20 col-sm-12"> | 64 | <div class="row cl pb-20 col-sm-12"> |
| 65 | <div class="col-sm-offset-4 col-sm-2"> | 65 | <div class="col-sm-offset-4 col-sm-2"> |
| 66 | <button class="btn btn-primary btn-block" value="计算" onsubmit="submit()" type="button"></button> | 66 | <button class="btn btn-primary btn-block" onclick="submit()">计算</button> |
| 67 | </div> | 67 | </div> |
| 68 | <div class="col-sm-2"> | 68 | <div class="col-sm-2"> |
| 69 | <input class="btn btn-warning btn-block" value="重置" type="reset"> | 69 | <input class="btn btn-warning btn-block" value="重置" type="reset"> | ... | ... |
-
Please register or sign in to post a comment