我无法移除填充,我尝试过class="sapUiNoMarginBottom"
等等。但是这个类被忽略了。
<f:Form id="formNumberOfOptions" editable="true">
<f:layout>
<f:ResponsiveGridLayout/>
</f:layout>
<f:formContainers >
<!-- Question -->
<f:FormContainer>
<f:formElements>
<f:FormElement label="Number of Options">
<f:fields>
<Input value="3" id="__numberOfOptions" width="10%"/>
</f:fields>
</f:FormElement>
</f:formElements>
</f:FormContainer>
</f:formContainers>
</f:Form>