【修改】按钮颜色

This commit is contained in:
zhoulingpo
2023-04-28 14:38:05 +08:00
parent 06f6888595
commit 0c4e60613e
2 changed files with 3 additions and 2 deletions
@@ -16,7 +16,7 @@
<el-input v-model="form.orderNum" maxlength="10" placeholder="请输入排序"></el-input>
</el-form-item>
<el-form-item label="备注" prop="remark">
<el-input show-word-limit type="textarea" v-model="form.remark" maxlength="1000" placeholder="请输入备注"></el-input>
<el-input show-word-limit type="textarea" v-model="form.remark" maxlength="500" placeholder="请输入备注"></el-input>
</el-form-item>
<el-form-item>
<el-button @click="cancel" class="btn">取消</el-button>