feat(VnTable): improve css columns #548
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#548
Loading…
Reference in New Issue
No description provided.
Delete Branch "6825-improve-css"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -230,2 +230,4 @@
background: transparent;
}
.q-table {
Se parece un poco a como estaba en salix
front/core/components/smart-table/table.scss
@ -72,2 +72,3 @@
class="no-box-shadow q-mr-lg"
class="no-box-shadow"
:clickable="true"
style="min-width: 40px"
Así evitamos que haga saltos el chip
Okey, pero si a futuro añadimos otro estilo habrá que moverlo a
WIP: feat(VnTable): improve css columnsto feat(VnTable): improve css columns@ -54,3 +54,3 @@
class="row items-center no-wrap cursor-pointer"
>
<span>{{ label }}</span>
<span :title="label">{{ label }}</span>
está puesto por defecto undefined y no es requerida.
Si efectivamente es undefined no dará problemas, no?
No creo, no saldrá nada entiendo
New commits pushed, approval review dismissed automatically according to repository settings