标签:bre bind border code bsp break control NPU edit
.input{ width:100%; height:auto; min-height: 24px; font-size:14px; padding:5px 8px; border:1px solid #ddd; word-break: break-all; } .input:empty::before { content: attr(placeholder); }
<div class=‘input form-control‘ contenteditable placeholder=‘请输入文字‘ ng-bind="input" ng-model="input"></div>
标签:bre bind border code bsp break control NPU edit
原文地址:https://www.cnblogs.com/yiyangl/p/12568365.html