添加用户的看多/看空逻辑

This commit is contained in:
2025-12-25 14:58:04 +08:00
parent 2841cec6f3
commit 0afd05301c

View File

@@ -491,7 +491,7 @@ const FlexScreen: React.FC = () => {
{/* 自选列表 */}
{watchlist.length > 0 ? (
<SimpleGrid columns={{ base: 1, md: 2, lg: 3 }} spacing={4}>
<SimpleGrid columns={{ base: 1, md: 2, lg: 4 }} spacing={4}>
{watchlist.map(item => {
const fullCode = getFullCode(item.code, item.isIndex);
return (