mirror of
				https://github.com/Tencent/tmagic-editor.git
				synced 2025-11-04 02:28:04 +08:00 
			
		
		
		
	feat(editor): 代码块参数注释改用extra来显示
This commit is contained in:
		
							parent
							
								
									21f445dc13
								
							
						
					
					
						commit
						0a9c7c9dda
					
				@ -12,6 +12,7 @@
 | 
			
		||||
          :config="tableConfig"
 | 
			
		||||
          :model="tableModel"
 | 
			
		||||
          :enableToggleMode="false"
 | 
			
		||||
          :disabled="!editable"
 | 
			
		||||
          name="params"
 | 
			
		||||
          prop="params"
 | 
			
		||||
          size="small"
 | 
			
		||||
@ -118,7 +119,7 @@ const tableConfig: TableConfig = {
 | 
			
		||||
    {
 | 
			
		||||
      type: 'text',
 | 
			
		||||
      label: '参数注释',
 | 
			
		||||
      name: 'tip',
 | 
			
		||||
      name: 'extra',
 | 
			
		||||
      width: 200,
 | 
			
		||||
    },
 | 
			
		||||
    paramsColConfig,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user