refactor: playground add comparsion

This commit is contained in:
jialin
2024-09-22 14:55:23 +08:00
parent 1abaa164f5
commit c04b9342b8
32 changed files with 1206 additions and 425 deletions
+6 -2
View File
@@ -28,7 +28,11 @@ const Wrapper: React.FC<WrapperProps> = ({
}) => {
return (
<div
style={{ ...style }}
style={{
padding: '0 calc(var(--ant-padding-sm) - 5px)',
width: '100%',
...style
}}
className={classNames(
wrapperStyle.wrapper,
wrapperStyle[`validate-status-${status}`],
@@ -51,8 +55,8 @@ const Wrapper: React.FC<WrapperProps> = ({
></LabelInfo>
</label>
<div
className="child-inner"
style={{
padding: '0 calc(var(--ant-padding-sm) - 5px)',
width: '100%'
}}
>