Commit bc0c8b11 authored by 盖献康's avatar 盖献康

Merge remote-tracking branch 'origin/master'

parents 167880c5 30d02e97
...@@ -593,5 +593,6 @@ input::-webkit-input-placeholder { ...@@ -593,5 +593,6 @@ input::-webkit-input-placeholder {
} }
// 多行文本不覆盖计数文字 // 多行文本不覆盖计数文字
.el-textarea__inner { .el-textarea__inner {
padding: 4px 50px 4px 4px !important; //padding: 4px 50px 4px 4px !important;
padding-right: 50px !important;
} }
...@@ -265,4 +265,7 @@ export default { ...@@ -265,4 +265,7 @@ export default {
height: 10px !important; height: 10px !important;
margin-top: 0 !important; margin-top: 0 !important;
} }
::v-deep .el-textarea__inner {
//padding-left: 12px !important;
}
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment