콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
17488 화면

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
20231
1
9월 23
3040
3
5월 23
5644
7
4월 23
49019
1
12월 22
7876