gpt4 book ai didi

html - 将图标添加到 Laravelcollective 提交按钮

转载 作者:技术小花猫 更新时间:2023-10-29 12:29:39 27 4
gpt4 key购买 nike

我正在尝试向提交按钮添加一个垃圾桶图标,我尝试了这个:

{!! Form::submit('', ['class' => 'btn btn-warning btn-sm fa fa-trash']) !!}

但是图标不会显示。如何解决这个问题?提前致谢!

最佳答案

尝试使用 Form::button 而不是 Form::submit:

{{ Form::button('<i class="fa fa-trash"></i>', ['type' => 'submit', 'class' => 'btn btn-warning btn-sm'] )  }}

关于html - 将图标添加到 Laravelcollective 提交按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41211522/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com