fix load more component style

This commit is contained in:
SrGooglo 2023-10-12 20:38:30 +00:00
parent 38e3012763
commit 34f5e99d69
2 changed files with 12 additions and 6 deletions

View File

@ -11,12 +11,14 @@ import PostModel from "models/post"
import "./index.less"
const LoadingComponent = () => {
return <antd.Skeleton
avatar
style={{
width: "100%"
}}
/>
return <div className="post_card">
<antd.Skeleton
avatar
style={{
width: "100%"
}}
/>
</div>
}
const NoResultComponent = () => {

View File

@ -33,6 +33,10 @@ html {
}
}
#bottom {
width: 100%;
}
.post-list_wrapper {
position: relative;