skyouc
2025-05-20 e5d2c6f2eb8cc33675308d7d33fd4029d5fd2e34
rsf-admin/src/layout/index.jsx
@@ -6,6 +6,7 @@
  <RALayout
    appBar={AppBar}
    menu={MyMenu}
    sx={{ '& .RaLayout-content': { position: 'absolute', left: '200px', overflowY: 'auto', width: 'calc(100% - 200px)', height: 'calc(100% - 50px)' } }}
  >
    {children}
    <CheckForApplicationUpdate />