fix for 添加 按钮
This commit is contained in:
parent
48d3dd3645
commit
da309a44d4
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ function AddTodoItem({ items, setItems }: {
|
|||
/>
|
||||
<button
|
||||
onClick={handleAddItem}
|
||||
className="px-4 py-2 text-sm font-medium text-white bg-blue-500 rounded-md shadow-md hover:bg-blue-600"
|
||||
className="px-4 py-2 text-sm whitespace-nowrap font-medium text-white bg-blue-500 rounded-md shadow-md hover:bg-blue-600"
|
||||
>
|
||||
添加
|
||||
</button>
|
||||
|
|
Loading…
Reference in a new issue