我想在我的标题右侧包装文本主体在 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>
以上产生: 在此处输入图像描述