From 0ba276caaffedaf757b932f26aac86f695008175 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 28 十一月 2022 17:34:50 +0800 Subject: [PATCH] 2022-11-28 --- src/menu/components/form/formaction/index.jsx | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/menu/components/form/formaction/index.jsx b/src/menu/components/form/formaction/index.jsx index 57d9865..50fae57 100644 --- a/src/menu/components/form/formaction/index.jsx +++ b/src/menu/components/form/formaction/index.jsx @@ -63,6 +63,8 @@ group.subButton.style = style } else if (card.type === 'next') { group.nextButton.style = style + } else if (card.type === 'close') { + group.closeButton.style = style } this.props.updateconfig(group) -- Gitblit v1.8.0