Skip to content

Commit

Permalink
refactoring: 主按钮使用 primary
Browse files Browse the repository at this point in the history
  • Loading branch information
twinh committed Mar 10, 2019
1 parent ef29e1f commit 8e96096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/link-to/link-to.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<input type="hidden" class="js-link-to-value" name="<%= name %>[value]">
</div>
<div class="modal-footer">
<button type="button" class="js-link-to-confirm btn btn-info" data-dismiss="modal">确定</button>
<button type="button" class="js-link-to-confirm btn btn-primary" data-dismiss="modal">确定</button>
</div>
</div>
</div>
Expand Down

0 comments on commit 8e96096

Please sign in to comment.