feat(靓号审批页-->驳回弹窗): 备注的字数显示框位置调整

This commit is contained in:
hzj 2025-12-15 11:45:55 +08:00
parent 0f7e2a6b1d
commit 0fd35c414e

View File

@ -18,9 +18,8 @@
type="textarea"
placeholder="请输入驳回理由"
maxlength="300"
resize="none"
show-word-limit
rows="8"
rows="9"
/>
</el-form-item>
<el-form-item>
@ -100,3 +99,10 @@ export default {
}
};
</script>
<style scoped lang="scss">
.el-textarea ::v-deep .el-input__count {
background-color: transparent !important;
bottom: -27px !important;
}
</style>