mirror of
https://github.com/Pandipipas/scoreko-dev.git
synced 2026-06-06 03:32:06 +00:00
Merge pull request #86 from Pandipipas/alinear-ventanas-en-playerview
Alinear panel StartGG con el inicio de la tabla en Players.vue
This commit is contained in:
@@ -515,7 +515,7 @@ onBeforeUnmount(() => {
|
||||
</div>
|
||||
|
||||
<div class="players-content row q-col-gutter-md">
|
||||
<div class="col players-main-column">
|
||||
<div class="col-12">
|
||||
<div class="row items-center q-gutter-sm q-mb-md">
|
||||
<QInput
|
||||
v-model="filter"
|
||||
@@ -550,7 +550,9 @@ onBeforeUnmount(() => {
|
||||
@change="handleImport"
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-lg-8 players-main-column">
|
||||
<QTable
|
||||
flat
|
||||
bordered
|
||||
@@ -899,6 +901,7 @@ onBeforeUnmount(() => {
|
||||
min-width: 320px;
|
||||
}
|
||||
|
||||
|
||||
.players-dialog {
|
||||
min-width: 320px;
|
||||
width: min(720px, 90vw);
|
||||
|
||||
Reference in New Issue
Block a user