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" import "./index.less"
const LoadingComponent = () => { const LoadingComponent = () => {
return <antd.Skeleton return <div className="post_card">
avatar <antd.Skeleton
style={{ avatar
width: "100%" style={{
}} width: "100%"
/> }}
/>
</div>
} }
const NoResultComponent = () => { const NoResultComponent = () => {

View File

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