mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-12 04:13:13 +08:00
improve style code
This commit is contained in:
parent
3e00fa8e64
commit
e91f4f2335
@ -10,7 +10,6 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
border-radius: @border-radius-base @border-radius-base 0 0;
|
border-radius: @border-radius-base @border-radius-base 0 0;
|
||||||
overflow: hidden;
|
|
||||||
|
|
||||||
&-body {
|
&-body {
|
||||||
transition: opacity 0.3s ease;
|
transition: opacity 0.3s ease;
|
||||||
@ -102,7 +101,7 @@
|
|||||||
|
|
||||||
&-title + &-content {
|
&-title + &-content {
|
||||||
position: relative;
|
position: relative;
|
||||||
border-radius: 6px 6px 0 0;
|
border-radius: @border-radius-base @border-radius-base 0 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
.@{table-prefix-cls}-bordered & {
|
.@{table-prefix-cls}-bordered & {
|
||||||
&,
|
&,
|
||||||
|
Loading…
Reference in New Issue
Block a user