html - 表格的列不完全可见

标签 html css

我们在 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

最佳答案

请替换下面的 css

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

enter image description here

关于html - 表格的列不完全可见,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35883663/

相关文章:

javascript - 对齐d3折线图中的标签

javascript - 柔性/Javascript : overlay components

java - 使用 Spring/JSF 查看不加载 CSS

html - 为 html/css/js 编程/编辑时改进工作流程

html - 带有悬停的突出显示文本的正确 CSS

javascript - PDFMAKE 未生成 pdf 水印

html - 按钮标签提交

php - 如何在一行中打印多个 href 链接?

css - 使用 CSS 使字体更简洁

javascript - 将鼠标悬停在图像区域上以更改图像 src