提交 a6dc26be 编写于 作者: 然则

up style

上级 02a8ae56
...@@ -34,17 +34,14 @@ ...@@ -34,17 +34,14 @@
top: 1px; top: 1px;
right: 1px; right: 1px;
width: 20px; width: 20px;
b {
border-color: #999999 transparent transparent transparent; font-family: 'anticon';
border-style: solid; &:before {
border-width: 5px 4px 0 4px; content: '\e611';
height: 0; .rotate(90deg);
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute; position: absolute;
top: 50%; top: 4px;
width: 0; left: 3px;
} }
} }
...@@ -63,12 +60,25 @@ ...@@ -63,12 +60,25 @@
&:hover { &:hover {
border-color: #23c0fa; border-color: #23c0fa;
box-shadow: 0 0 2px fadeout(#2db7f5, 20%);
} }
&:active { &:active {
border-color: #2db7f5; border-color: #2db7f5;
} }
} }
&-disabled {
color: #ccc;
cursor: not-allowed;
pointer-events: none;
}
&-disabled &-selection {
&:hover, &:active {
border-color: #d9d9d9;
}
}
&-selection--single { &-selection--single {
height: 28px; height: 28px;
cursor: pointer; cursor: pointer;
...@@ -88,14 +98,15 @@ ...@@ -88,14 +98,15 @@
} }
&-selection--multiple { &-selection--multiple {
min-height: 32px; min-height: 28px;
cursor: text; cursor: text;
.@{selectPrefixCls}-selection__rendered { .@{selectPrefixCls}-selection__rendered {
display: inline-block; //display: inline-block;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
padding-left: 8px; padding-left: 8px;
padding-bottom: 2px;
} }
.@{selectPrefixCls}-selection__clear { .@{selectPrefixCls}-selection__clear {
...@@ -104,14 +115,19 @@ ...@@ -104,14 +115,19 @@
margin-right: 10px; margin-right: 10px;
} }
> ul > li {
margin-top: 4px;
height: 20px;
line-height: 20px;
}
.@{selectPrefixCls}-selection__choice { .@{selectPrefixCls}-selection__choice {
background-color: #f3f3f3; background-color: #f3f3f3;
border-radius: 4px; border-radius: 4px;
cursor: default; cursor: default;
float: left; float: left;
padding: 0 8px;
margin-right: 4px; margin-right: 4px;
margin-top: 4px;
padding: 4px 8px;
} }
.@{selectPrefixCls}-selection__choice__remove { .@{selectPrefixCls}-selection__choice__remove {
...@@ -132,7 +148,7 @@ ...@@ -132,7 +148,7 @@
.@{selectPrefixCls}-search__field { .@{selectPrefixCls}-search__field {
border: none; border: none;
font-size: 100%; font-size: 100%;
margin-top: 5px; //margin-top: 5px;
background: transparent; background: transparent;
outline: 0; outline: 0;
} }
...@@ -180,9 +196,10 @@ ...@@ -180,9 +196,10 @@
} }
&-open { &-open {
.@{selectPrefixCls}-arrow b { .@{selectPrefixCls}-arrow {
border-color: transparent transparent #888 transparent; &:before {
border-width: 0 4px 5px 4px; .rotate(270deg);
}
} }
.@{selectPrefixCls}-dropdown { .@{selectPrefixCls}-dropdown {
display: block; display: block;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册