element-ui form表单自定义label的样式、内容

<el-form size="small" :inline="true" label-width="120px"> <el-form-item prop="name"> <div slot="label"> <i style="color: red;">*</i> 名称 <span style="font-size: 12px;color: #ccc;">默认全部</span> </div> <el-input v-model="form.name"></el-input> </el-form-item> </el-form>
上一篇:GraphQL注入


下一篇:LeetCode 202. 快乐数