2016-03-09 32 views
0

我們在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; 

enter image description here

+0

設置寬度自動在您的wk_first_td,並顯示結果。 – fsn

+0

你想讓它適合還是想讓它滾動? – user3821538

+0

@fsn仍然是相同的結果。 – fresher

回答

1

請更換下面的CSS

.ama1 { 
    border: 1px solid #c0c0c0; 
    border-radius: 5px; 
    padding: 10px; 
    position: relative; 
    top: 10px; 
    width: 70px; 
} 

enter image description here

+0

對不起,它沒有爲我工作 – fresher

+0

我檢查它,它的工作完美...我可以在這裏分享照片..? –

+0

請檢查我編輯的答案 –