ボタンの削除

feature-frontend-top
Haru.Kusano 4 months ago
parent 85600c2739
commit d06f289193
  1. 10
      frontend/src/pages/TaskListPage.tsx

@ -294,21 +294,21 @@ const TaskListPage: React.FC = () => {
</List> </List>
</div> </div>
{/* 新規材料作成ボタン - 画面下部に固定表示 */} {/* 新規材料作成ボタン - 画面下部に固定表示 */}
<Box sx={{ textAlign: 'center', position: 'fixed', bottom: 66, left: '20%', transform: 'translateX(-50%)' }}> <Box sx={{ textAlign: 'center', position: 'fixed', bottom: 66, left: '80%', transform: 'translateX(-50%)' }}>
<Typography variant="caption" color="textSecondary"> <Typography variant="caption" color="textSecondary">
</Typography> </Typography>
</Box> </Box>
<Fab <Fab
color="primary" color="primary"
sx={{ position: 'fixed', bottom: 90, left: '20%', transform: 'translateX(-50%)' }} sx={{ position: 'fixed', bottom: 90, left: '80%', transform: 'translateX(-50%)' }}
onClick={() => setOpenAddToBuyDialog(true)} onClick={() => setOpenAddToBuyDialog(true)}
> >
<AddIcon /> <AddIcon />
</Fab> </Fab>
{/*新規料理追加ボタン - 画面下部に固定表示 */} {/*新規料理追加ボタン - 画面下部に固定表示 */}
<Box sx={{ textAlign: 'center', position: 'fixed', bottom: 66, left: '80%', transform: 'translateX(-50%)' }}> {/* <Box sx={{ textAlign: 'center', position: 'fixed', bottom: 66, left: '80%', transform: 'translateX(-50%)' }}>
<Typography variant="caption" color="textSecondary"> <Typography variant="caption" color="textSecondary">
</Typography> </Typography>
@ -323,7 +323,7 @@ const TaskListPage: React.FC = () => {
//selected={isSelected('/test')} //selected={isSelected('/test')}
> >
<SoupKitchenIcon /> <SoupKitchenIcon />
</Fab> </Fab> */}
{/* 買うものリストへの材料追加ダイアログ */} {/* 買うものリストへの材料追加ダイアログ */}

Loading…
Cancel
Save