buttonSolidCheckedColor 单选框实色按钮选中时的文本颜色 string #fff buttonSolidCheckedHoverBg 单选框实色按钮选中时的悬浮态背景色 string #4096ff dotColorDisabled 单选框圆点禁用颜色 string rgba(0,0,0,0.25) dotSize 单选框圆点大小 number 8 radioSize 单选框大小 number 16 wrapperMarginInlineEnd 单选框...
首先,你需要明确你想要修改 a-radio 的哪些样式属性。这可能包括选项间的间距、选项的字体大小、选项的背景色、选中时的样式等。 2. 查找 Ant Design 官方文档中关于 a-radio 的样式设置方法 访问Ant Design官方文档中关于 Radio 组件的部分,了解组件的默认样式以及提供的自定义选项。官方文档通常会提供关于如何自定...
“16fp” element_padding 文本与图片的边距...RadioButton的共有XML属性继承自:Text,RadioButton的自有XML属性见下表: 属性名称 属性描述 使用案例 marked 当前状态(选中或未选中) 可以直接设置true/false...最窄边一致,并靠起始端显示… =“zoom_end” 表示原图按照比例缩放到与Image最窄边一致,并靠结束端...
{props: ButtonProps, on: {}} Form表单 表单布局 表单一定会包含表单域,表单域的表达是:<form.item/> 表单域可以设置如下的栅格布局属性: labelCol:object — lable标签布局 wrapperCol:object —输入控件设置布局样式 表单校验 v-decorator指令 decorator: 装饰器 作用:校验与绑定数据的用法 一个讲解v-decorator...
wrapperCol: { xs: 24, sm: { span:12, offset:4 //向右偏移4列 } } } 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 数字框:<InputNumber/> 时间类组件: DatePicker value类型为moment对象,所以在提交服务器前需要预处理 ...
wrapperColThe layout for input controls, same aslabelColobject Validation Rules# PropertyDescriptionTypeDefault Value enumvalidate a value from a list of possible valuesstring- lenvalidate an exact length of a fieldnumber- maxvalidate a max length of a fieldnumber- ...
Spin 用于页面和区块的加载中状态。 何时使用 页面局部处于等待异步数据或正在渲染过程时,合适的加载动效会有效缓解用户的焦虑。
Array.isArray(fieldOptions.options)"> <a-col v-bind="fieldOptions.responsive"> <a-form-item :label-col="labelCol" :wrapper-col="wrapperCol" :label="fieldOptions.labelText"> <a-radio-group :size="fieldOptions.size ? fieldOptions.size : 'default'" buttonStyle="solid" v-decorator="[ ...
WrapperCol="new ColLayoutParam { Span = 16 }"> <FormItem Label="用户名"> <Input @bind-Value="@context.UserName"AutoComplete=false/> </FormItem> <FormItem Label="密码"> <InputPassword @bind-Value="@context.Password"AutoComplete=false/> ...
@radio-button-padding-horizontal buttonPaddingInline - @radio-disabled-button-checked-bg buttonCheckdBgDisabled - @radio-disabled-button-checked-color buttonCheckdColorDisabled - @radio-wrapper-margin-right wrapperMarginInlineEnd - Rate 评分 less 变量Component Token备注 @rate-star-color starColor - @...