quickselect新增json格式,bugfix

This commit is contained in:
fofolee
2020-07-12 12:50:05 +08:00
parent b4ebd2be31
commit c21fb57031
2 changed files with 81 additions and 26 deletions

View File

@@ -774,13 +774,37 @@ li.CodeMirror-hint {
#quickselect .select2-results__option {
padding: 5px 10px;
max-height: 50px;
height: 40px;
/* line-height: 50px; */
white-space: pre;
text-overflow: ellipsis;
overflow: hidden;
}
#quickselect .select2-results__option .title {
font-size: 14px;
line-height: 20px;
}
#quickselect .select2-results__option .description {
color: rgba(0, 0, 0, 0.5);
line-height: 20px;
font-size: 12px;
}
#quickselect .select2-results__option .icon {
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
float: left;
margin-right: 10px;
}
#quickselect .select2-results__option .icon>img {
max-width: 40px;
}
#quickselect .select2-results__option--highlighted {
background-color: #ebebeb;
color: unset;