feat: 修复全局样式报错问题
This commit is contained in:
@@ -797,7 +797,7 @@ export default function MidjourneyHeroSection() {
|
||||
/>
|
||||
|
||||
{/* 全局样式 */}
|
||||
<style jsx global>{`
|
||||
<style>{`
|
||||
@keyframes spin {
|
||||
from { transform: rotate(0deg); }
|
||||
to { transform: rotate(360deg); }
|
||||
|
||||
Reference in New Issue
Block a user