Commit 6f131109 by wuqian

Merge branch 'dev'

parents 8fde68c7 65e1e272
......@@ -389,10 +389,12 @@
</el-form-item>
<el-form-item label="备注" prop="remark">
<el-input
class="remark_input"
style="width: 200px"
v-model="giftOrderForm.remark"
size="small"
type="textarea"
rows="4"
maxlength="100"
show-word-limit
placeholder="请输入备注" />
......@@ -782,7 +784,11 @@ export default {
overflow: hidden;
display: flex;
flex-direction: column;
.remark_input {
::v-deep(.el-input__count) {
background: transparent;
}
}
&::v-deep {
.el-table .el-table__cell {
padding: 6px 0;
......
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