|
|
@ -291,8 +291,8 @@ export function MaskPage() {
|
|
|
|
))}
|
|
|
|
))}
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
<div className={styles["mask-create"]}>
|
|
|
|
|
|
|
|
<IconButton
|
|
|
|
<IconButton
|
|
|
|
|
|
|
|
className={styles["mask-create"]}
|
|
|
|
icon={<AddIcon />}
|
|
|
|
icon={<AddIcon />}
|
|
|
|
text={Locale.Mask.Page.Create}
|
|
|
|
text={Locale.Mask.Page.Create}
|
|
|
|
bordered
|
|
|
|
bordered
|
|
|
@ -302,7 +302,6 @@ export function MaskPage() {
|
|
|
|
}}
|
|
|
|
}}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
{masks.map((m) => (
|
|
|
|
{masks.map((m) => (
|
|
|
|