mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
fix load more component style
This commit is contained in:
parent
38e3012763
commit
34f5e99d69
@ -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">
|
||||||
|
<antd.Skeleton
|
||||||
avatar
|
avatar
|
||||||
style={{
|
style={{
|
||||||
width: "100%"
|
width: "100%"
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
</div>
|
||||||
}
|
}
|
||||||
|
|
||||||
const NoResultComponent = () => {
|
const NoResultComponent = () => {
|
||||||
|
@ -33,6 +33,10 @@ html {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#bottom {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.post-list_wrapper {
|
.post-list_wrapper {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user