我的幻灯片中有这个html
:<pre><code data-trim class="html">
<div class="content" fxlayout="row" fxlayout.xs="column" fxflexfill>
</code></pre>
此html呈现为
<div class="content" fxlayout="row" fxlayout.xs="column" fxflexfill="">
如您所见,属性fxflexfill
被分配了空字符串fxflexfill=""
您将如何解决?