💄 style: add padding to TopicList component (#9994)

 fix: add padding to TopicList component
This commit is contained in:
Coooolfan
2025-11-02 22:24:21 +08:00
committed by GitHub
parent adad02a93c
commit c1e7381a33

View File

@@ -34,6 +34,7 @@ const TopicsList = memo(() => {
<Flexbox
align="center"
gap={12}
padding={12}
ref={ref}
style={{
maxHeight: '100%',