From 46f59e30133c25f1f01074b1c92445f9e85b8c98 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 31 十二月 2019 15:58:37 +0800 Subject: [PATCH] 2019-12-31 --- src/tabviews/tableshare/actionList/index.jsx | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/tabviews/tableshare/actionList/index.jsx b/src/tabviews/tableshare/actionList/index.jsx index 44e0356..83124f9 100644 --- a/src/tabviews/tableshare/actionList/index.jsx +++ b/src/tabviews/tableshare/actionList/index.jsx @@ -117,6 +117,9 @@ } } + /** + * @description 鎸夐挳鎻愪氦鎵ц + */ execSubmit = (btn, data, _resolve, formdata) => { const { setting } = this.props if (btn.intertype === 'inner') { @@ -828,7 +831,7 @@ if (this.props.setting.actionfixed && this.props.type === 'main') { // 鎸夐挳鏄惁鍥哄畾鍦ㄥご閮� return ( <Affix offsetTop={48}> - <div className="button-list" id={this.props.MenuID + 'mainaction'}> + <div className="button-list toolbar-button" id={this.props.MenuID + 'mainaction'}> {this.props.actions.map((item, index) => { if (loadingUuid === item.uuid) { return ( @@ -858,7 +861,7 @@ ) } else { return ( - <div className="button-list"> + <div className="button-list toolbar-button"> {this.props.actions.map((item, index) => { if (loadingUuid === item.uuid) { return ( -- Gitblit v1.8.0