跳至內容
選單
此問題已被標幟
1 回覆
17490 瀏覽次數

I'm using  the css class  .table table-bordered inside table in qweb-report.

 <table class="table table-bordered">                        

                              <thead>

                                  <tr> 

                                      <th class="text-center">Designation</th>

                                      <th class="text-center">Unit</th>

                                      <th class="text-center">Quantity</th>

                                   </tr>

.......

</table>

The default  border color of this class is gray, i want to change the border color of the table to black.

How can i do this.


Thanks

頭像
捨棄
最佳答案

You could add style like this

<table class="table table-bordered" style="border-color:red;">

Cheers.

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
1
11月 24
20232
1
9月 23
3041
3
5月 23
5644
7
4月 23
49021
1
12月 22
7876