【发布时间】:2020-02-08 15:30:30
【问题描述】:
我正在将源代码从 ionic3 迁移到 ionic4。
由于此错误,html 中 text-center 的用法已更改。
[DEPRECATED][CSS] Ionic CSS attributes are deprecated.
Replace:
'<p text-center>'
With:
'<p class="ion-text-center">'
如何在ionic4中编写以下代码?
请帮帮我。
为 ionic3 写作
html
<p class="txt_login" text-center (click)="Login()">LOGIN</p>
scss
.txt_login{
color:white;
font-size: 10.5rem;
}
【问题讨论】:
标签: html css angular ionic-framework ionic4