| @@ -129,13 +129,17 @@ export default function SubmittedTab({ rows }) { | |||||
| setSelectedRowItems(newSelection); | setSelectedRowItems(newSelection); | ||||
| }} | }} | ||||
| sx={{ | sx={{ | ||||
| margin: "4 2 4 2", | |||||
| boxShadow: 1, | boxShadow: 1, | ||||
| border: 1, | border: 1, | ||||
| borderColor: '#DDD', | borderColor: '#DDD', | ||||
| '& .super-app-theme--header': { | |||||
| backgroundColor: '#EEE', | |||||
| '& .MuiDataGrid-cell': { | |||||
| border: 1, | |||||
| borderColor: "#EEE" | |||||
| }, | }, | ||||
| '& .MuiDataGrid-footerContainer':{ | |||||
| border: 1, | |||||
| borderColor: "#EEE" | |||||
| } | |||||
| }} | }} | ||||
| /> | /> | ||||
| <Button variant="contained" onClick={() => { setIsPopUp(true) }}>付款</Button> | <Button variant="contained" onClick={() => { setIsPopUp(true) }}>付款</Button> | ||||