gpt4 book ai didi

css - 导航栏中的中心文本与 Ionic 框架中的图像

转载 作者:行者123 更新时间:2023-11-28 01:48:02 25 4
gpt4 key购买 nike

我希望我的文本位于导航栏内图像的中间。我有这段代码,但文本与圆形图像水平对齐。非常感谢您的帮助。

<ion-header>
<ion-navbar>
<div *ngIf="showHeaderInfo">
<ion-title>
<div style="background-color: #4989ff; color: whitesmoke;" >
<img class="circle-pic-header" style="margin-top: 5px; margin-left: 5px;" src="{{userInfo?.image}}" />
{{ userInfo?.firstName }} {{ userInfo?.lastName }}
</div>
</ion-title>
</div>
<ion-buttons end>
<button ion-button icon-only (click)="logOutHandler()">
<ion-icon name="log-out"></ion-icon>
</button>
</ion-buttons>
</ion-navbar>
</ion-header>

enter image description here

最佳答案

您可以在图像上添加 CSS 属性以像这样在中心垂直对齐文本

确保图像元素上没有显示: block

.circle-pic-header{vertical-align:middle}

You can find JSFiddle demo here

关于css - 导航栏中的中心文本与 Ionic 框架中的图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50096670/

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