gpt4 book ai didi

css - ngx-international-phone-number 无法添加样式

转载 作者:太空宇宙 更新时间:2023-11-04 06:09:35 24 4
gpt4 key购买 nike

我为此使用了我的 Angular 元素 ngx-international-phone-number ,我尝试添加样式,但它对我不起作用,任何人都知道如何在此输入上正确添加 css

看我的图像,按钮和输入字段没有对齐

enter image description here

StackBlitz here

<international-phone-number class="mystyle form-control form-control-sm"  placeholder="Enter phone number" [maxlength]="20" [defaultCountry]="'us'"  name="phone_number" [allowedCountries]="['in', 'ca', 'us']"></international-phone-number>

CSS

.mystyle .dropbtn {
background: #2196f3;
color: white;
border: none;
cursor: pointer;
}



.mystyle .form-control {
display: block;
width: 100%;
padding: 0.4375rem 0;
font-size: 1rem;
line-height: 1.5; margin: 0px 5px;
color: #495057;
background-color: rgba(0, 0, 0, 0);
background-clip: padding-box;
border: none;
border-radius: 0;
box-shadow: none;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

最佳答案

您需要在样式之前添加 :host::ng-deep { *your css* }。并更改 app.component.css > app.component.scss https://stackblitz.com/edit/angular-add-style希望对你有帮助。

关于css - ngx-international-phone-number 无法添加样式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56535910/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com