fix: refs #7404 style non center pop up
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Pablo Natek 2024-09-23 13:23:25 +02:00
parent e700f6f4a8
commit b04564d5a8
3 changed files with 1 additions and 12 deletions

View File

@ -727,10 +727,6 @@ es:
border-color: var(--vn-section-color);
}
.q-table__container > div:first-child {
background-color: var(--vn-page-color);
}
.grid-three {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(400px, max-content));

View File

@ -277,12 +277,6 @@ function setFooter(data) {
.text-negative {
color: $negative !important;
}
.input-container {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}
</style>
<i18n>
es:

View File

@ -67,7 +67,7 @@ const columns = [
];
</script>
<template>
<QDialog :maximized="true">
<QDialog>
<div class="container">
<VnTable
ref="tableRef"
@ -112,7 +112,6 @@ const columns = [
justify-content: center;
align-items: center;
margin: auto;
background-color: var(--vn-section-color);
}
</style>
<i18n>