如何设置FeedInput控件的宽度

时间:2017-01-24 11:44:02

标签: sapui5

<FeedInput post="onPost" showIcon="false" width="200em"/>

此声明无效。我试图检查元素。

min-width: auto

如何在没有CSS的情况下覆盖它?

1 个答案:

答案 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>