This commit is contained in:
Vanessa 2022-09-04 22:30:06 +08:00
parent 981aa900c9
commit c2ed8dc893
5 changed files with 19 additions and 12 deletions

View file

@ -180,9 +180,10 @@
& > img,
& > svg {
float: left;
height: 22px;
width: 22px;
height: 18px;
width: 18px;
border-radius: 2px;
margin-top: 1px;
}
}

View file

@ -179,7 +179,16 @@
border: 0;
padding: 0;
color: var(--b3-theme-on-background);
@include text-clamp(1)
@include text-clamp(1);
// 搜索列表中自定义图标
& > img,
& > .custom-icon {
height: 14px;
width: 14px;
float: left;
margin-top: 7px;
}
}
&__showall {

View file

@ -108,7 +108,10 @@
margin-right: 8px;
color: var(--b3-theme-on-surface);
& > svg {
// 分屏下拉的页签列表
& > svg,
& > img {
float: left;
height: 14px;
width: 14px;
}

View file

@ -36,13 +36,6 @@
top: 20px;
}
&__list .custom-icon {
height: 16px;
width: 16px;
float: left;
margin-top: 6px;
}
&__label {
cursor: pointer;
flex: 1;