From 34f78e1203a839592ca6764f88f1632088e07d2a Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 10 二月 2020 13:41:43 +0800 Subject: [PATCH] 2020-02-10 --- src/tabviews/tableshare/topSearch/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tabviews/tableshare/topSearch/index.jsx b/src/tabviews/tableshare/topSearch/index.jsx index 6d98e20..0a479b8 100644 --- a/src/tabviews/tableshare/topSearch/index.jsx +++ b/src/tabviews/tableshare/topSearch/index.jsx @@ -288,7 +288,7 @@ if (this.props.searchlist.length >= 4) { // 娣诲姞鎼滅储銆侀噸缃寜閽� fields.push( - <Col span={this.props.searchlist.length % 4 ? 6 : 24} style={{paddingLeft: '112px'}} key="actions"> + <Col span={this.props.searchlist.length % 4 ? 6 : 24} style={{paddingLeft: '112px', whiteSpace: 'nowrap'}} key="actions"> <Button type="primary" htmlType="submit"> {this.props.dict['main.search']} </Button> @@ -299,7 +299,7 @@ ) } else { fields.push( - <Col span={6} style={{ paddingTop: '4px' }} key="actions"> + <Col span={6} style={{ paddingTop: '4px', whiteSpace: 'nowrap' }} key="actions"> <Button type="primary" htmlType="submit"> {this.props.dict['main.search']} </Button> -- Gitblit v1.8.0