调整 SVG bootstrap 图标的大小

rig*_*gyt 1 css svg bootstrap-icons

是否可以在 CSS 中调整bootstrap 图标的大小?图标是 SVG。我在 HTML 中添加图标,而不是通过 CSS。

mvo*_*ker 5

更改字体大小为我解决了这个问题:

<i class='bi bi-search' style='font-size:26px;'></i>
Run Code Online (Sandbox Code Playgroud)