Mozilla Firefox边框重叠

时间:2018-03-30 09:27:45

标签: html css html-table border mozilla

我在Mozilla Firefox(58.0.2)中有一个问题,在Chrome和& Safari正在完美运作。如您所见,该灰色边框重叠。

那个灰色的侧边栏是一个带有rowspan = 2的td

的Mozilla:

enter image description here

铬:

enter image description here

haml语法

%table{style: "border: none;"}
  %tbody.render_directories_table
    %tr
      %td{rowspan: 2, style: "background-color: #{color}; border: 2px solid #{color} !important;"}
        ...
      %td{colspan: 2}
        ...
    %tr
      %td
        ...
      %td
        ...

的CSS:

.render_directories_table > tr > td
   border: 2px solid #e4e4e4 !important
   padding: 10px 5px 10px 10px !important

0 个答案:

没有答案
相关问题