提交 183c6245 编写于 作者: X xjh22222228

fix(search): remove addon

上级 7bf34985
<div class="search-engine" *ngIf="searchEngineList && searchEngineList.length > 0">
<div class="input-wrapper dark-bg dark-border-color">
<div
class="input-wrapper dark-bg dark-border-color"
[class.removeAddon]="currentEngine.url"
>
<nz-input-group
[nzPrefix]="prefixIcon"
[nzSuffix]="suffixIcon"
......
......@@ -85,6 +85,10 @@ $width: 500px;
}
}
}
::ng-deep .removeAddon .ant-input-group-addon {
display: none !important;
}
}
@media screen and (max-width: 668px) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册