mirror of
				https://github.com/vform666/variant-form3-vite.git
				synced 2025-10-31 08:41:49 +08:00 
			
		
		
		
	HTML属性编辑器改为多行文本框。
This commit is contained in:
		| @@ -1,7 +1,11 @@ | ||||
| <template> | ||||
|   <div> | ||||
|     <el-form-item :label="i18nt('designer.setting.htmlContent')"> | ||||
|     <el-input v-model="optionModel.htmlContent"></el-input> | ||||
|     </el-form-item> | ||||
|     <el-form-item label-width="0"> | ||||
|       <el-input type="textarea" v-model="optionModel.htmlContent" :rows="5" class="html-content-editor"></el-input> | ||||
|     </el-form-item> | ||||
|   </div> | ||||
| </template> | ||||
|  | ||||
| <script> | ||||
| @@ -19,5 +23,8 @@ | ||||
| </script> | ||||
|  | ||||
| <style scoped> | ||||
|   .html-content-editor { | ||||
|     font-size: 13px; | ||||
|   } | ||||
|  | ||||
| </style> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user