【修改】按钮颜色

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
+2 -1
View File
@@ -74,11 +74,12 @@
}
.el-textarea__inner{
padding-bottom: 30px;
min-height: 60px;
}
.el-textarea .el-input__count{
width: 92%;
text-align: right;
bottom: 0.5px;
bottom: 1px;
right: 28px;
}
}
@@ -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>