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{
{categorylist.map((item,key)=>{
return(
-
this.searchCategory(item.type)}>{item.val}
+
this.searchCategory(item.type)}>{item.val}
)
})}
@@ -418,7 +416,7 @@ class InfosTopics extends Component{
{data===undefined?"":data.course_list===undefined||data.course_list.length===0?"":data.course_list.map((item,key)=>{
return(
-
this.searchCourselistid(item.id)}>{item.name}
+ this.searchCourselistid(item.id)}>{item.name}
)
})}
@@ -442,15 +440,15 @@ class InfosTopics extends Component{
{isshowprofes===false?
-
- 共 {data&&data.count===undefined?0:data&&data.count} 个
+
+ 共 {data&&data.count===undefined?0:data&&data.count} 个
已选择 {checkBoxValues.length} 个 (不支持跨页勾选)
- {sort_by==="updated_at"?'最近更新':sort_by==="name"?'题目更新':sort_by==="contributor"?"贡献者":""}
-
+ {sort_by==="updated_at"?'最近更新':sort_by==="name"?'题目更新':sort_by==="contributor"?"贡献者":""}
+ this.updatedlist(sort_by)}>
- {item.is_public===true?公开:""}
+ {item.is_public===true?公开:""}
diff --git a/public/react/src/modules/user/usersInfo/usersInfo.css b/public/react/src/modules/user/usersInfo/usersInfo.css
index 259981f2f..c038fd4b8 100644
--- a/public/react/src/modules/user/usersInfo/usersInfo.css
+++ b/public/react/src/modules/user/usersInfo/usersInfo.css
@@ -398,7 +398,7 @@
}
.topicsItem{
- max-width: 1050px;
+ max-width: 1073px;
max-height: 115px;
overflow-y: auto;
}