提交 8d3537d1 编写于 作者: A afc163

fix chrome table border-radius, close #1271

上级 c4df6b94
......@@ -7,6 +7,8 @@
.@{table-prefix-cls} {
font-size: @font-size-base;
color: @text-color;
border-radius: @border-radius-base @border-radius-base 0 0;
overflow: hidden;
&-body {
transition: opacity 0.3s ease;
......@@ -17,15 +19,12 @@
max-width: 100%;
border-collapse: separate;
text-align: left;
border-radius: @border-radius-base;
overflow: hidden;
}
th {
background: @table-head-background-color;
font-weight: bold;
transition: background .3s ease;
position: relative;
text-align: left;
.anticon-filter {
......@@ -352,6 +351,9 @@
&-column-hidden {
display: none;
}
th&-column-has-prev {
position: relative;
}
th&-column-has-prev,
td&-column-has-prev {
padding-left: 24px;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册