up select style

pull/26/head
然则 10 years ago
parent d68846adc5
commit 64465d7230

@ -1,4 +1,4 @@
# suggest
# 智能提示
- order: 4

@ -1,4 +1,4 @@
# tags
# 标签
- order: 3

@ -109,7 +109,7 @@
//display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
padding-left: 8px;
padding-left: 4px;
padding-bottom: 4px;
}
@ -242,6 +242,19 @@
background-color: rgba(142, 200, 249, 0.1) !important;
}
&-selected {
position: relative;
&:after {
content: '\e613';
font-family: 'anticon';
font-weight: bold;
position: absolute;
top: 6px;
right: 16px;
color: #3CB8F0;
}
}
&-disabled {
color: #ccc;
cursor: not-allowed;

Loading…
Cancel
Save