up
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
The file /home/project/src/routes/stock.$code.tsx has been updated. Made 1 replacement.
|
||||
|
||||
Here's the result of running `cat -n` on a snippet of the edited file:
|
||||
374→ <div className="flex items-center gap-2">
|
||||
375→ <div className="w-3 h-3 rounded-full bg-primary opacity-20"></div>
|
||||
376→ <span>成交量</span>
|
||||
377→ </div>
|
||||
378→ <div className="flex items-center gap-2">
|
||||
379→ <div className="w-3 h-3 rounded-full" style={{ backgroundColor: '#fbbf24' }}></div>
|
||||
380→ <span>添加日期</span>
|
||||
381→ </div>
|
||||
382→ </div>
|
||||
383→ </CardContent>
|
||||
384→ </Card>
|
||||
385→
|
||||
386→ {/* Price Details */}
|
||||
Reference in New Issue
Block a user