ajuste de css

This commit is contained in:
Luiz Silva 2026-02-13 18:39:43 -03:00
parent 2e36029ae6
commit 87520552b4
24 changed files with 338 additions and 300 deletions

View file

@ -114,7 +114,7 @@ export default defineComponent({
});
</script>
<style scoped>
<style>
.eli-tabela__busca-grupo {
display: inline-flex;
align-items: center;

View file

@ -66,7 +66,7 @@ export default defineComponent({
});
</script>
<style scoped>
<style>
.eli-tabela__busca {
display: flex;
align-items: center;

View file

@ -30,6 +30,6 @@ export default defineComponent({
});
</script>
<style scoped>
<style>
/* estilos base ficam no EliTabela.css (global do componente) */
</style>

View file

@ -265,7 +265,7 @@ export default defineComponent({
});
</script>
<style scoped>
<style>
.eli-tabela-modal-colunas__overlay {
position: fixed;
inset: 0;

View file

@ -243,7 +243,7 @@ export default defineComponent({
});
</script>
<style scoped>
<style>
.eli-tabela-modal-filtro__overlay {
position: fixed;
inset: 0;

View file

@ -180,7 +180,7 @@ export default defineComponent({
});
</script>
<style scoped>
<style>
.eli-tabela__paginacao {
display: flex;
align-items: center;

View file

@ -54,7 +54,7 @@ export default defineComponent({
});
</script>
<style scoped>
<style>
.eli-tabela__celula-link {
all: unset;
display: inline;

View file

@ -40,7 +40,7 @@ export default defineComponent({
})
</script>
<style scoped>
<style>
.eli-tabela__celula-link {
all: unset;
display: inline;

View file

@ -43,7 +43,7 @@ export default defineComponent({
});
</script>
<style scoped>
<style>
.eli-tabela__celula-tags {
display: flex;
flex-wrap: wrap;

View file

@ -35,7 +35,7 @@ export default defineComponent({
})
</script>
<style scoped>
<style>
.eli-tabela__celula-link {
all: unset;
display: inline;

View file

@ -29,7 +29,7 @@ export default defineComponent({
});
</script>
<style scoped>
<style>
.eli-tabela__texto-truncado {
display: inline-block;
max-width: 260px;