|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<el-dialog :title="title" :visible.sync="addTaskDialog" :before-close="handleClose" width="500px">
|
|
|
- <el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="110px">
|
|
|
+ <el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="140px">
|
|
|
<el-form-item label="只选择未验证过的" prop="isVerification">
|
|
|
<el-switch v-model="ruleForm.isVerification"></el-switch>
|
|
|
</el-form-item>
|
|
@@ -94,4 +94,4 @@ export default {
|
|
|
};
|
|
|
</script>
|
|
|
<style lang="less" scoped>
|
|
|
-</style>
|
|
|
+</style>
|