update pay function
This commit is contained in:
@@ -16,7 +16,6 @@ import { getImportanceConfig } from '../../../../constants/importanceLevels';
|
|||||||
import { getChangeColor } from '../../../../utils/colorUtils';
|
import { getChangeColor } from '../../../../utils/colorUtils';
|
||||||
|
|
||||||
// 导入子组件
|
// 导入子组件
|
||||||
import ImportanceStamp from './ImportanceStamp';
|
|
||||||
import EventFollowButton from './EventFollowButton';
|
import EventFollowButton from './EventFollowButton';
|
||||||
import StockChangeIndicators from '../../../../components/StockChangeIndicators';
|
import StockChangeIndicators from '../../../../components/StockChangeIndicators';
|
||||||
|
|
||||||
@@ -194,11 +193,6 @@ const DynamicNewsEventCard = React.memo(({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<VStack align="stretch" spacing={2} w="100%" pt={8} position="relative">
|
<VStack align="stretch" spacing={2} w="100%" pt={8} position="relative">
|
||||||
{/* 右上角:重要性印章(放在卡片外层) */}
|
|
||||||
<Box position="absolute" top={-4} right={4} zIndex={10}>
|
|
||||||
<ImportanceStamp importance={event.importance} />
|
|
||||||
</Box>
|
|
||||||
|
|
||||||
{/* 事件卡片 */}
|
{/* 事件卡片 */}
|
||||||
<Card
|
<Card
|
||||||
position="relative"
|
position="relative"
|
||||||
|
|||||||
Reference in New Issue
Block a user