【问题标题】:Vertically aligning mat-expansion-panel header after misalignment due to adding icon-button to description由于在描述中添加图标按钮,在未对齐后垂直对齐 mat-expansion-panel 标题
【发布时间】:2018-12-04 13:49:13
【问题描述】:

我在 mat-expansion-panel 的标题描述中添加了一个图标按钮,但是它已经将垂直对齐从我的实际面板标题中抛出。

有没有简单的方法来解决这个问题?

https://stackblitz.com/edit/justify-toggle-button-end-ulgdrt

【问题讨论】:

    标签: html css angular angular-material


    【解决方案1】:

    您可以添加下面的代码,它将负责垂直对齐

    .mat-expansion-panel-header-title {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    

    【讨论】:

      猜你喜欢
      • 2019-04-09
      • 2021-04-27
      • 2015-04-20
      • 2020-12-14
      • 2022-06-24
      • 1970-01-01
      • 1970-01-01
      • 2016-10-30
      相关资源
      最近更新 更多