✨ add Operation Summary Page
This commit is contained in:
parent
ff53d07abf
commit
0e3cf4161d
@ -1,4 +1,5 @@
|
||||
import React from 'react';
|
||||
import BasicButton from '../src/components/buttons/basicButton/BasicButton';
|
||||
import Sidebar from '../src/components/sidebar/Sidebar';
|
||||
|
||||
import { TableView} from '../styles/layouts/resumoOperacao/ResumoOperacaoView';
|
||||
@ -77,8 +78,11 @@ export default function ResumoOperacao() {
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<BasicButton title='Enviar PDF' />
|
||||
<p>Mostando de 1 a 10 de 30 Entradas</p>
|
||||
|
||||
</TableView>
|
||||
|
||||
|
||||
)
|
||||
}
|
||||
|
||||
@ -2,7 +2,7 @@ import styled from 'styled-components'
|
||||
|
||||
|
||||
export const TableView = styled.div`
|
||||
display: flex;
|
||||
display: flex;
|
||||
padding: 2.5rem;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
@ -138,4 +138,9 @@ h1{
|
||||
font-size: 15px;
|
||||
margin-top: 5rem;
|
||||
}
|
||||
p{
|
||||
margin-top: 4rem;
|
||||
}
|
||||
|
||||
|
||||
`;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user