mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 03:29:39 +08:00
up select style
This commit is contained in:
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…
Reference in New Issue
Block a user