【发布时间】:2019-08-03 10:03:02
【问题描述】:
我想在标题的右侧换行正文 在 AngularJS 中使用 md-card 的最佳方法是什么?
<div class="row">
<md-card style="text-wrap:none">
<span style="flex-wrap:wrap">
<md-card-header style="background-color: dodgerblue; font-size:15px;font-weight:600; color: white; height:75px;width:100px;">
Did You Know?
</md-card-header>
<md-card-header-text>
Kobe Bryant won 5 Championships with the Los Angeles Lakers
</md-card-header-text>
</span>
</md-card>
</div>
【问题讨论】: