1
我使用的自舉表在我的html:Bootstraped表 - 較小的字體
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<style>
.table-condensed {
width: 90% !important;
}
而且我想打表的字體大小要小得多。如何調整當前代碼以獲得所需的輸出。提前謝謝了。
你可以爲你的代碼創建一個[JSFIDDLE](https://jsfiddle.net/)嗎? – tejashsoni111
在'.table-condensed'css選擇器中添加'font-size:9px!important' –
非常感謝!工作正常。 – martinkabe