偏右
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
6 additions and
1 deletions
-
components/dropdown/style/index.less
-
components/table/style/index.less
|
|
@ -94,7 +94,6 @@ |
|
|
|
ul { |
|
|
|
margin-right: 0.3em; |
|
|
|
margin-left: 0.3em; |
|
|
|
padding: 0; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
@ -339,6 +339,12 @@ |
|
|
|
border-radius: @border-radius-base; |
|
|
|
box-shadow: @box-shadow-base; |
|
|
|
|
|
|
|
&-submenu > ul { |
|
|
|
max-height: calc(100vh - 130px); |
|
|
|
overflow-x: hidden; |
|
|
|
overflow-y: auto; |
|
|
|
} |
|
|
|
|
|
|
|
// Checkbox |
|
|
|
&, |
|
|
|
&-submenu { |
|
|
|