feat: 完善。
This commit is contained in:
@ -30,9 +30,9 @@ function App() {
|
||||
|
||||
return (
|
||||
<div>
|
||||
<div className="flex justify-between h-1">
|
||||
<div className="flex justify-between">
|
||||
{ledStripColors.map((it) => (
|
||||
<span className="h-1 flex-auto" style={{ backgroundColor: it }}></span>
|
||||
<span className=" h-8 flex-auto" style={{ backgroundColor: it }}></span>
|
||||
))}
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user