update
This commit is contained in:
		| @@ -84,7 +84,11 @@ function RightConfig(props: PropsWithChildren<RightConfigProps>) { | ||||
| 						); | ||||
| 					}); | ||||
| 				} else { | ||||
| 					return <div>{replaceLocale('right.noprops', '还没有配置属性', props.config)}</div>; | ||||
| 					return ( | ||||
| 						<div className="yh-right-noprops" style={{ textAlign: 'center' }}> | ||||
| 							{replaceLocale('right.noprops', '还没有配置属性', props.config)} | ||||
| 						</div> | ||||
| 					); | ||||
| 				} | ||||
| 			} | ||||
| 			return null; | ||||
|   | ||||
| @@ -26,6 +26,7 @@ export interface AnimateItem { | ||||
| 	animationDelay: number; | ||||
| 	animationIterationCount: string; | ||||
| 	animationTimingFunction: string; | ||||
| 	isCustom?: boolean; | ||||
| } | ||||
|  | ||||
| export interface IBlockType { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 hufeixiong
					hufeixiong