update faninfostretch
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user