Skip to content

Commit 8732019

Browse files
committed
deps: 更新前端依赖
1 parent af5bacd commit 8732019

4 files changed

Lines changed: 332 additions & 332 deletions

File tree

packages/components/src/form/editor/toolbar/textstyle.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export function Color(props: Props): JSX.Element {
6363
let picker: ColorPicker.RootRef;
6464
return (
6565
<Button.Root
66-
title={ l.t('_c.editor.textColor')}
66+
title={l.t('_c.editor.textColor')}
6767
square
6868
kind="flat"
6969
class={styles.item}

packages/components/src/form/upload/album/preview.tsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ export function PreviewURL(props: URLProps): JSX.Element {
3030
'background-size': '100% 100%',
3131
}}
3232
>
33-
<button type="button" class={styles.close} onClick={()=>props.del()}><IconClose /></button>
33+
<button type="button" class={styles.close} onClick={() => props.del()}>
34+
<IconClose />
35+
</button>
3436
</div>
3537
);
3638
}
@@ -63,7 +65,9 @@ export function PreviewFile(props: FileProps): JSX.Element {
6365
'background-size': '100% 100%',
6466
}}
6567
>
66-
<button type="button" class={styles.close} onClick={()=>props.del()}><IconClose /></button>
68+
<button type="button" class={styles.close} onClick={() => props.del()}>
69+
<IconClose />
70+
</button>
6771
</div>
6872
);
6973
}

0 commit comments

Comments
 (0)