mergeしました

feature-backend-add-springdocs
Yuna.Suzuki 5 months ago
parent a599ab0767
commit cd8f3fd6c5
  1. 4
      frontend/src/pages/StockPage.tsx

@ -201,9 +201,9 @@ const StockPage: React.FC = () => {
</div>
{/* 肉・魚 */}
<Typography variant="h4" component="h1" gutterBottom></Typography>
<Typography variant="h4" component="h1" gutterBottom></Typography>
<div style={{ border: '3px solid black', borderRadius: '8px', backgroundColor: '#add8e6', height: 'auto', padding: '20px', marginBottom: "20px" }}>
{StockTable(stocks, ["肉", "魚"])}
{StockTable(stocks, ["魚・肉"])}
</div>
{/* 野菜 */}

Loading…
Cancel
Save