From d08a2d0a070cf137d8a0fbdfde5d24b16eb70bb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com> Date: Tue, 3 Sep 2019 16:54:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=A2=98=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/modules/user/usersInfo/InfosTopics.js | 26 +++++++++---------- .../src/modules/user/usersInfo/usersInfo.css | 2 +- 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/public/react/src/modules/user/usersInfo/InfosTopics.js b/public/react/src/modules/user/usersInfo/InfosTopics.js index c25f4e823..8f0c27a6b 100644 --- a/public/react/src/modules/user/usersInfo/InfosTopics.js +++ b/public/react/src/modules/user/usersInfo/InfosTopics.js @@ -353,20 +353,16 @@ class InfosTopics extends Component{ } .shaiContent li.shaiItem { - padding: 0px 15px; + padding: 0px 9px; float: left; border-radius: 4px; cursor: pointer; - margin-right: 20px; + margin-right: 10px; display: block; margin-bottom: 0px; color: #666; } - .mr38{ - margin-right:38px; - } - .maxwidth900{ max-width: 900px; overflow:hidden; @@ -381,7 +377,9 @@ class InfosTopics extends Component{ .homepagePostSettingbox{ width:139px !important; } - + .marright0{ + margin-right: 0px !important; + } ` } @@ -407,7 +405,7 @@ class InfosTopics extends Component{
- 共 {data&&data.count===undefined?0:data&&data.count} 个 +
+ 共 {data&&data.count===undefined?0:data&&data.count} 个 已选择 {checkBoxValues.length} 个 (不支持跨页勾选)