Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
17487 Lượt xem

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

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

You could add style like this

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

Cheers.

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 11 24
20231
1
thg 9 23
3040
3
thg 5 23
5644
7
thg 4 23
49019
1
thg 12 22
7876