Fix BidHistoryView and ManageBidsView draft
This commit is contained in:
parent
5cbcda47ec
commit
f33878d74c
@ -2,7 +2,11 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div>Histórico de ofertas</div>
|
<div class="page">Histórico de ofertas</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped></style>
|
<style scoped>
|
||||||
|
.page {
|
||||||
|
@apply flex gap-8 mt-24;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
@ -2,7 +2,11 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div>Gerenciar Ofertas</div>
|
<div class="page">Gerenciar Ofertas</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped></style>
|
<style scoped>
|
||||||
|
.page {
|
||||||
|
@apply flex gap-8 mt-24;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user