mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
parent
e194a044ac
commit
ec21b8bb39
@ -23,7 +23,6 @@
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
border-radius: @border-radius-base @border-radius-base 0 0;
|
border-radius: @border-radius-base @border-radius-base 0 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
table-layout: fixed;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
th {
|
th {
|
||||||
|
@ -120,8 +120,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&-nav-scroll {
|
&-nav-scroll {
|
||||||
width: 99999px;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-nav {
|
&-nav {
|
||||||
@ -153,7 +153,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.@{tab-prefix-cls}-tab {
|
.@{tab-prefix-cls}-tab {
|
||||||
float: left;
|
display: inline-block;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
margin-right: 24px;
|
margin-right: 24px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
Loading…
Reference in New Issue
Block a user