ElementUI中<el-input> textarea类型的输入框,显示空格或者换行符 <el-inputstyle="width: 600px"type="textarea":rows="8"placeholder="请输入内容"v-model="form.notes"></el-input>使用须知: white-space: css属性 normal 默认,空白会被浏览器忽略。 pre 空白会被浏览器保留,其行为方式类似 HTML 中的 ...
ElementUI中<el-input> textarea类型的输入框,显示空格或者换行符 <el-input type="textarea"placeholder="请输入内容"v-model="textarea"><el-table-column label="简介"min-width="200"><template slot-scope="scope"></template></el-table-column> white-space:css属性 normal默认。空白会被浏览器忽略。