偏右
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
3 deletions
-
components/select/style/index.less
|
|
@ -98,7 +98,6 @@ |
|
|
|
// ========================== Arrow ========================== |
|
|
|
&-arrow { |
|
|
|
.iconfont-mixin(); |
|
|
|
|
|
|
|
position: absolute; |
|
|
|
top: 53%; |
|
|
|
right: @control-padding-horizontal - 1px; |
|
|
@ -109,8 +108,6 @@ |
|
|
|
font-size: @font-size-sm; |
|
|
|
line-height: 1; |
|
|
|
text-align: center; |
|
|
|
// transform-origin: 50% 50%; |
|
|
|
pointer-events: none; |
|
|
|
|
|
|
|
.anticon { |
|
|
|
vertical-align: top; |
|
|
@ -124,6 +121,10 @@ |
|
|
|
transform: rotate(180deg); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
&.anticon-down { |
|
|
|
pointer-events: none; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
// ========================== Clear ========================== |
|
|
|