Skip to content

Commit

Permalink
feat: 补充按钮默认样式和成功样式
Browse files Browse the repository at this point in the history
  • Loading branch information
Otto-J committed Jun 7, 2021
1 parent 1ff2f2e commit ff55bbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/component/form-designer/src/WidgetConfig.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@
</el-form-item>
<el-form-item label="按钮类型" v-if="Object.keys(elementConfig.options).indexOf('btnType') >= 0">
<el-select size="mini" v-model="elementConfig.options.btnType">
<el-option value="" label="normal" />
<el-option value="primary" label="primary" />
<el-option value="sussess" label="sussess" />
<el-option value="success" label="success" />
<el-option value="warning" label="warning" />
<el-option value="danger" label="danger" />
<el-option value="info" label="info" />
Expand Down

0 comments on commit ff55bbb

Please sign in to comment.