提交 8bfc3ade 编写于 作者: X xjh22222228

fix: input dark #126

上级 323eaff1
......@@ -9,6 +9,7 @@
autofocus
id="search-engine-input"
(keyup)="onKey($event)"
autocomplete="off"
/>
</nz-input-group>
<ng-template #prefixIcon>
......
......@@ -16,6 +16,11 @@ $width: 500px;
input {
padding-left: 10px;
padding-right: 10px;
&:-webkit-autofill-selected {
background-color: transparent !important;
box-shadow: inset 0 0 0 500px transparent !important;
}
}
.left-icon {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册