我有 MBootstrap 頁腳,我已經在 App.js 中制作了一個 React 組件。我正在使用 Font-Awesome,當我單擊圖示時,它們的大小會不斷增加。我不知道為什么?它們也是一個圓邊(帶有藍色邊框),當它應該像我正在使用的這個頁腳一樣圈起來時:

uj5u.com熱心網友回復:
嘗試這個。
#footer {
position: fixed;
bottom: 0;
width: 100%;
height: 60px;
left: 0;
}
uj5u.com熱心網友回復:
我試圖在沙箱上復制您的錯誤,但上述代碼似乎沒有錯誤。
https://codesandbox.io/s/relaxed-field-jps5x?file=/src/App.js
對于圓形按鈕,您似乎使用了 bootstrap 而不是 MBootstrap 5。
轉載請註明出處,本文鏈接:https://www.uj5u.com/houduan/365788.html
