我們在magento網站中創建了表,但表中的某些部分不可見。表中的列完全不可見
在下圖中,最後一列是完全不可見的。
我們使用下面的代碼:
.wk_content th {
border-left: 1px solid #ccc;
padding: 5px;
border-bottom: 1px solid #ccc;
}
.wk_check_first_td{
border-left: none!important;
border-right: 1px solid #ccc;
}
.wk_first_td{
width: 26%;
border-left: none!important;
設置寬度自動在您的wk_first_td,並顯示結果。 – fsn
你想讓它適合還是想讓它滾動? – user3821538
@fsn仍然是相同的結果。 – fresher