Skip to content

Commit

Permalink
fix: 修改新增表单提交按钮颜色
Browse files Browse the repository at this point in the history
  • Loading branch information
tangym committed Apr 27, 2023
1 parent a8bde24 commit 5e0e459
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion application/admin/view/rule/addAdmin.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h5>新增管理员</h5>
</div>
<div class="form-group">
<div class="col-lg-offset-2 col-lg-10">
<button class="btn btn-sm btn-white" type="submit">提交</button>
<button class="btn btn-sm btn-primary" type="submit">提交</button>
</div>
</div>
</form>
Expand Down
2 changes: 1 addition & 1 deletion application/admin/view/user/addUser.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h5>新增用户</h5>
<div class="form-group">
<div class="col-lg-offset-2 col-lg-10">
<input type="hidden" name="status" value="1">
<button class="btn btn-sm btn-white" type="submit">提交</button>
<button class="btn btn-normal btn-primary" type="submit">提交</button>
</div>
</div>
</form>
Expand Down
2 changes: 1 addition & 1 deletion application/admin/view/user/editUser.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h5>修改用户</h5>
<input type="hidden" name="uid" value="{$user.id|default=0}">
<div class="form-group">
<div class="col-lg-offset-2 col-lg-10">
<button class="btn btn-sm btn-white" type="submit">提交</button>
<button class="btn btn-sm btn-primary" type="submit">提交</button>
</div>
</div>
</form>
Expand Down

0 comments on commit 5e0e459

Please sign in to comment.