提交 e2b3b8dd 编写于 作者: A afc163

fix table border-radius

上级 138e40b5
......@@ -372,13 +372,13 @@
table {
width: auto;
background: #fff;
border-radius: 0;
}
}
&-fixed-left {
left: 0;
box-shadow: 4px 0 4px rgba(0, 0, 0, 0.08);
border-radius: @border-radius-base 0 0 0;
& .@{table-prefix-cls}-body-inner {
margin-right: -20px;
}
......@@ -387,6 +387,7 @@
&-fixed-right {
right: 0;
box-shadow: -4px 0 4px rgba(0, 0, 0, 0.08);
border-radius: 0 @border-radius-base 0 0;
}
&&-scroll-position-left &-fixed-left {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册