| | |
| | | </a-col> |
| | | <a-col :span="12"> |
| | | <a-form-item label="时长(分钟)" :labelCol="labelCol" :wrapperCol="wrapperCol"> |
| | | <a-input placeholder="请输入时长" v-decorator="['duration', validatorRules.duration]"></a-input> |
| | | <a-input-number :min="0" placeholder="请输入时长" v-decorator="['duration', validatorRules.duration]"></a-input-number> |
| | | </a-form-item> |
| | | </a-col> |
| | | </a-row> |
| | |
| | | } |
| | | </script> |
| | | |
| | | <style scoped> |
| | | <style scoped lang="less"> |
| | | .ant-btn { |
| | | padding: 0 10px; |
| | | margin-left: 3px; |
| | |
| | | .ant-tabs-content .ant-form-item { |
| | | margin-bottom: 0px; |
| | | } |
| | | /deep/ .ant-input-number{ |
| | | width: 100%!important; |
| | | } |
| | | </style> |