fix(loading): position

This commit is contained in:
xfy
2025-05-23 00:57:52 +08:00
parent f07c515cd7
commit e1347ef693
7 changed files with 18 additions and 21 deletions

View File

@ -29,7 +29,6 @@ const RUALoading = ({ className: classNames }: Props) => {
alt="Loading"
unoptimized
/>
<span className="my-4">rua rua rua...</span>
</div>
);