gpt4 book ai didi

sass - 如何将 mat-tab-group 标签向左对齐

转载 作者:行者123 更新时间:2023-12-04 16:43:19 26 4
gpt4 key购买 nike

我在我的开发中使用角 Material 我想左对齐我的标签标签。

<mat-tab-group >
<mat-tab label="Heading 1"> Content 1 </mat-tab>
<mat-tab label="Heading 2"> Content 2 </mat-tab>
<mat-tab label="Heading 3"> Content 3 </mat-tab>
</mat-tab-group>

我期待看到文字 标题 1、标题 2 和标题 3 如左对齐。
有没有办法实现这一目标?

https://material.angular.io/components/tabs/overview

最佳答案

从理论上讲,我不会过多地使用 Angular Material 样式,但是如果您确实需要将标签与左侧对齐,您可以执行以下操作(在您的组件样式表中):

::ng-deep .mat-tab-label {
padding: 0px !important; // adjust this to whatever padding you need
justify-content: left !important;
}

Here is a stackblitz showing it in action.

关于sass - 如何将 mat-tab-group 标签向左对齐,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54572802/

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