【发布时间】:2020-06-21 13:35:42
【问题描述】:
我试图在我的 Ionic 应用中将 ion-icon 居中,我尝试使用 ion-text-center 类 I从 ionic 文档 here 获得,但它没有呈现任何变化。
这是我的代码:
<ion-header [translucent]="true">
<ion-toolbar color="danger">
<ion-title>
Feedly
</ion-title>
</ion-toolbar>
</ion-header>
<ion-content [fullscreen]="true">
<ion-item class="ion-text-center">
<ion-icon name="logo-rss" class="logo" color="light"></ion-icon>
</ion-item>
</ion-content>
谁能告诉我我做错了什么,以及如何解决这个问题?
【问题讨论】:
-
你应该考虑使用 ion-grid
标签: ionic-framework