diff --git a/src/forge/Merge/merge.js b/src/forge/Merge/merge.js
index 237a07338..d8d83e155 100644
--- a/src/forge/Merge/merge.js
+++ b/src/forge/Merge/merge.js
@@ -407,7 +407,7 @@ class merge extends Component {
-
+
{data && data.search_count && data.search_count > 0 ? (
@@ -427,7 +427,7 @@ class merge extends Component {
):""}
{search_count > select_params.limit ? (
-
+
{item.nickname}
:
- {item.name}
+ {item.nickname}
}
{item.num_users}名成员
diff --git a/src/home/Index.scss b/src/home/Index.scss
index 2a708cd50..daf4c1993 100644
--- a/src/home/Index.scss
+++ b/src/home/Index.scss
@@ -812,8 +812,13 @@ body{
text-decoration: underline;
}
}
- span{
+ span.listboxcount{
+ margin-left: 20px;
+ }
+ span.listboxtime{
margin-left: 40px;
+ width: 97px;
+ text-align: right;
}
.listboxcount{
min-width: 60px;
diff --git a/src/home/ThirdEdition.jsx b/src/home/ThirdEdition.jsx
index 7b72060d8..9f6844eaa 100644
--- a/src/home/ThirdEdition.jsx
+++ b/src/home/ThirdEdition.jsx
@@ -1,5 +1,6 @@
import React,{ useState , useEffect , useMemo } from 'react';
import { Spin , Skeleton } from 'antd';
+import moment from 'moment';
import T311 from './Img/3-1-1.png';
import T312 from './Img/3-1-2.png';
import T321 from './Img/3-2-1.png';
@@ -141,8 +142,8 @@ function ThirdEdition() {
return(
{i.title}
- {i.visits}
- {i.created_time && i.created_time.split(" ")[0]}
+ {i.from !== "other" && {i.visits} }
+ {i.from !== "other" && {i.created_time && moment(i.created_time).format("YYYY-MM-DD")} }
)
}):""
@@ -180,7 +181,7 @@ function ThirdEdition() {
{i.title}
{i.from !== "other" && {i.visits} }
- {i.created_time && i.created_time.split(" ")[0]}
+ {i.from !== "other" && {i.created_time && moment(i.created_time).format("YYYY-MM-DD")} }
)
}):""
@@ -198,8 +199,8 @@ function ThirdEdition() {
return(
{i.title}
- {i.visits}
- {i.created_time && i.created_time.split(" ")[0]}
+ {i.from !== "other" && {i.visits} }
+ {i.from !== "other" && {i.created_time && moment(i.created_time).format("YYYY-MM-DD")} }
)
}):""
diff --git a/src/modules/tpm/challengesnew/css/newquestion.css b/src/modules/tpm/challengesnew/css/newquestion.css
index 400cd5123..51831434f 100644
--- a/src/modules/tpm/challengesnew/css/newquestion.css
+++ b/src/modules/tpm/challengesnew/css/newquestion.css
@@ -80,6 +80,6 @@
border: none;
margin:0px auto;
}
-.editormd-editing .quoteBox{
+.editormd-editing.quoteBox .editormd{
overflow: unset;
}
\ No newline at end of file
diff --git a/src/modules/tpm/challengesnew/tpm-md-editor.js b/src/modules/tpm/challengesnew/tpm-md-editor.js
index 6b835f373..0f36bda75 100644
--- a/src/modules/tpm/challengesnew/tpm-md-editor.js
+++ b/src/modules/tpm/challengesnew/tpm-md-editor.js
@@ -762,8 +762,8 @@ export default ({ mdID, onChange, onCMBeforeChange, onCMBlur, error = false, cla
return (
-
-
+
+
{quoteVisible && QuoteDiv }
{atWhoVisible && atWhoList}