#
luxiaotao1123
2024-09-21 d4b0141e5f04b6db457675da77dc691a2f5b073f
zy-acs-flow/src/page/agv/AgvCard.jsx
@@ -38,8 +38,8 @@
                    justifyContent: 'space-between',
                    padding: '1em',
                    ...(!record.online && {
                        animation: 'pulse 2s infinite',
                        '@keyframes pulse': {
                        animation: 'cardBorderPulse 2s infinite',
                        '@keyframes cardBorderPulse': {
                            '0%': {
                                boxShadow: '0 0 2px 1px rgba(255, 0, 0, 0.1)',
                            },