Browse Source

fix detail style

pull/1265/head
afc163 9 years ago
parent
commit
138e40b54e
  1. 5
      style/components/table.less

5
style/components/table.less

@ -9,6 +9,8 @@
border-radius: @border-radius-base @border-radius-base 0 0; border-radius: @border-radius-base @border-radius-base 0 0;
overflow: hidden; overflow: hidden;
position: relative; position: relative;
border-radius: @border-radius-base @border-radius-base 0 0;
overflow: hidden;
&-body { &-body {
transition: opacity 0.3s ease; transition: opacity 0.3s ease;
@ -89,6 +91,7 @@
&-header { &-header {
background: @table-head-background-color; background: @table-head-background-color;
overflow: hidden; overflow: hidden;
border-radius: @border-radius-base @border-radius-base 0 0;
} }
&-header table { &-header table {
@ -365,9 +368,11 @@
overflow: hidden; overflow: hidden;
z-index: 1; z-index: 1;
transition: box-shadow .3s ease; transition: box-shadow .3s ease;
border-radius: 0;
table { table {
width: auto; width: auto;
background: #fff; background: #fff;
border-radius: 0;
} }
} }

Loading…
Cancel
Save