Explorar el Código

grid margin

master
Anna Ho hace 1 año
padre
commit
8a165f6b8e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/pages/Payment/Search_GLD/DataGrid.js

+ 1
- 1
src/pages/Payment/Search_GLD/DataGrid.js Ver fichero

@@ -45,7 +45,7 @@ export default function SearchPublicNoticeTable({ recordList }) {
minWidth: 150,
renderCell: (params) => {
let appNo = params.row.appNos;
return <div style={{ margin: 4 }}>{appNo}</div>
return <div style={{ marginTop: 2, marginBottom: 2 }}>{appNo}</div>
},
},
{


Cargando…
Cancelar
Guardar