gpt4 book ai didi

css - 以 Angular 控制 mat-tab 元素位置

转载 作者:行者123 更新时间:2023-12-04 01:02:11 26 4
gpt4 key购买 nike

我正在尝试使用 angular material 选项卡组件达到以下结果:result

到目前为止,我没有成功的尝试是使用带有 margin-left: auto 的 flex 属性,它应该将特定元素一直推到右边。

在这里添加我的代码:

<mat-tab-group>
<mat-tab label="Top 5"></mat-tab>
<mat-tab label="All Drivers"> Content 2</mat-tab>
<mat-tab style="margin-left: auto" label="All Drivers"> Content 3</mat-tab>
</mat-tab-group>

在检查工具上,我设法使用 margin-left: auto 但不是在 CSS 文件中实现了这一点。

有什么建议吗?

最佳答案

您可以在 style.css 文件中使用以下 CSS 类:StackBlitz

.mat-tab-label:last-child {
margin-left: auto;
}

enter image description here

关于css - 以 Angular 控制 mat-tab 元素位置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58093835/

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