Anna Ho 1 rok temu
rodzic
commit
6cc825d19a
1 zmienionych plików z 7 dodań i 3 usunięć
  1. +7
    -3
      src/pages/PublicNotice/ListPanel/PendingPaymentTab.js

+ 7
- 3
src/pages/PublicNotice/ListPanel/PendingPaymentTab.js Wyświetl plik

@@ -129,13 +129,17 @@ export default function SubmittedTab({ rows }) {
setSelectedRowItems(newSelection);
}}
sx={{
margin: "4 2 4 2",
boxShadow: 1,
border: 1,
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>


Ładowanie…
Anuluj
Zapisz