2022.8.1 style

master
271556543@qq.com 3 years ago
parent 8b6969377a
commit c9b993c53c

@ -184,7 +184,7 @@
<span style="color: red;font-weight: 600;padding-right: 4px;">*</span>内容
</div>
<div class="xy-table-item-content">
<el-input clearable type="textarea" placeholder="请填写内容" v-model="editorForm.content" style="width: 300px;"/>
<el-input autosize clearable type="textarea" placeholder="请填写内容" v-model="editorForm.content" style="width: 300px;"/>
</div>
</div>
</template>
@ -204,7 +204,7 @@
备注
</div>
<div class="xy-table-item-content">
<el-input clearable placeholder="请填写备注" type="textarea" v-model="editorForm.remark" style="width: 300px;"/>
<el-input clearable placeholder="请填写备注" type="textarea" v-model="editorForm.remark" style="width: 300px;" autosize/>
</div>
</div>
</template>

Loading…
Cancel
Save