mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +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"
|
||||
|
||||
const LoadingComponent = () => {
|
||||
return <antd.Skeleton
|
||||
avatar
|
||||
style={{
|
||||
width: "100%"
|
||||
}}
|
||||
/>
|
||||
return <div className="post_card">
|
||||
<antd.Skeleton
|
||||
avatar
|
||||
style={{
|
||||
width: "100%"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
}
|
||||
|
||||
const NoResultComponent = () => {
|
||||
|
@ -33,6 +33,10 @@ html {
|
||||
}
|
||||
}
|
||||
|
||||
#bottom {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.post-list_wrapper {
|
||||
position: relative;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user