【修改】按钮颜色
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user