added style

This commit is contained in:
SrGooglo 2023-07-08 18:27:53 +00:00
parent b2e5b523d1
commit 6c59b8b850
2 changed files with 10 additions and 0 deletions

View File

@ -5,6 +5,8 @@ import Loadable from "react-loadable"
import { createIconRender } from "components/Icons"
import { UserModel } from "models"
import "./index.less"
export default React.memo((props) => {
return React.createElement(Loadable({
loader: async () => {

View File

@ -0,0 +1,8 @@
.badges {
display: flex;
flex-direction: column;
padding: 10px;
gap: 7px;
}