From 5ae8e447c55f61508546e00559f54eb623a5c803 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 31 七月 2020 19:23:38 +0800 Subject: [PATCH] 2020-07-31 --- src/tabviews/commontable/secretKeyTable/actionList/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tabviews/commontable/secretKeyTable/actionList/index.jsx b/src/tabviews/commontable/secretKeyTable/actionList/index.jsx index 5705a4e..db46404 100644 --- a/src/tabviews/commontable/secretKeyTable/actionList/index.jsx +++ b/src/tabviews/commontable/secretKeyTable/actionList/index.jsx @@ -335,7 +335,7 @@ render() { return ( - <div className="button-list toolbar-button"> + <div className="secret-button-list secret-toolbar-button"> {this.props.actions.map((item, index) => { return ( <Button -- Gitblit v1.8.0