<el-input v-else v-model="scope.row.depositBank" :placeholder="showPlaceholder()" :class="{'error-tips' : isTips}" /> ...
<el-input v-else v-model="scope.row.depositBank" :placeholder="showPlaceholder()" :class="{'error-tips' : isTips}" /> ...
html部分 css部分 ...
html style 效果 ...
无论是input框,还是select, 都是对 ...
; } input[type="number"]{ -moz-appearance ...
.el-textarea__inner{ height: 150px; overflow-y: auto; /* overflow-y: auto;兼容ie */ } ...