<FeedInput post="onPost" showIcon="false" width="200em"/>
此声明无效。我试图检查元素。
min-width: auto
如何在没有CSS的情况下覆盖它?
答案 0 :(得分:0)
<Panel>
<l:Grid binding="" class="sapUiSmallMarginTop" hSpacing="2" defaultSpan="L6 M6 S12">
<l:content>
<FeedInput post="onPost" showIcon="false" placeholder="{i18n>WriteShiftNotes}" width="100em">
<layoutData>
<l:GridData span="L6 M6 S12" linebreakL="true" linebreakM="true" linebreakS="true"/>
</layoutData>
</FeedInput>
</l:content>
</l:Grid>
</Panel>