gpt4 book ai didi

angular - 垫输入占位符文本模糊

转载 作者:太空狗 更新时间:2023-10-29 17:58:26 27 4
gpt4 key购买 nike

matInput 占位符文本在 Chrome/Safari 上是模糊的(我认为一切)。

代码:

<div class="form-group">
<mat-form-field>
<input matInput placeholder="Email" ngModel name="email" id="email" type="email" required>
</mat-form-field>
</div>
<div class="form-group">
<mat-form-field>
<input matInput placeholder="Password" ngModel name="password" id="password" type="password" required>
</mat-form-field>
</div>

截图:

enter image description here

最佳答案

此问题是由于将元素居中并使用 transform/translate 50% 引起的。

使用 flex box 和对齐项目中心解决了这个问题!

请注意!

关于angular - 垫输入占位符文本模糊,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51795578/

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