@beisen-phoenix/lookup
Version:
---
35 lines (31 loc) • 593 B
CSS
.phoenix-lookup__tagItem {
margin-right: 12px;
margin-bottom: 10px;
}
.phoenix-lookup__tag {
box-sizing: border-box;
height: 20px;
position: relative;
max-width: 100%;
overflow: hidden;
font-size: 12px;
line-height: 20px;
cursor: default;
}
.phoenix-lookup__tagLabel {
text-overflow: ellipsis;
word-break: keep-all;
white-space: nowrap;
overflow: hidden;
display: block;
color: #0e1114;
margin-right: 20px;
}
.phoenix-lookup__tagClear {
margin-left: 4px;
margin-right: 4px;
padding-top: 2px;
float: right;
cursor: pointer;
margin-top: -20px;
}