feat(靓号审批页-->驳回弹窗): 备注的字数显示框位置调整
This commit is contained in:
parent
0f7e2a6b1d
commit
0fd35c414e
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user