update faninfostretch

This commit is contained in:
lb
2024-01-02 16:11:37 +08:00
parent a32e6fb591
commit c9829d4f5a
3 changed files with 300 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import { motion } from 'framer-motion';
import FanInfo from '../../../Common/FanInfo';
import FanInfo from '../../../Common/FanInfoStretch';
import cls from './index.module.scss';
export default function index() {
@@ -18,7 +18,7 @@ export default function index() {
transition={{ type: 'tween' }}
>
<div style={{ flex: 1 }}>
<FanInfo longBg={true} rows={24} source="annealFanInfo" />
<FanInfo longBg={true} source="annealFanInfo" />
</div>
</motion.div>
);