QQ截圖未命名.png

X1.5 解決方法:

開啟檔案:template/default/forum/forumdisplay.htm

查詢:

  1. <!--{subtemplate common/header}-->

下面加:

  1. <style type="text/css">
  2. #threadlist .bm_c td, #threadlist .bm_c th { padding:10px 0}
  3. </style>

padding:10px
0 解釋為:內邊距 上下:10px  左右:0px 如果要詳細定義上右下左的話:padding:10px 0 10px 0