This commit is contained in:
梁灏 2018-12-24 15:12:28 +08:00
parent c736b0f1e0
commit 2dc6888278
2 changed files with 56 additions and 68 deletions

View file

@ -205,9 +205,21 @@
height: 24px;
line-height: 22px;
margin: 3px 4px 3px 0;
//i{
// top: 2px;
//}
max-width: 99%;
position: relative;
span{
display: block;
margin-right: 14px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
i{
display: block;
position: absolute;
right: 4px;
top: 4px;
}
}
&-large&-multiple .@{css-prefix}tag{
@ -215,7 +227,7 @@
line-height: 26px;
font-size: @font-size-base;
i{
top: 1px;
top: 6px;
}
}
@ -225,8 +237,12 @@
font-size: @font-size-small;
padding: 0 6px;
margin: 3px 4px 2px 0;
span{
margin-right: 14px;
}
i{
top: 1px;
right: 2px;
}
}