跳至内容
菜单
此问题已终结
1 回复
17491 查看

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