style: improve css
gitea/salix-front/pipeline/pr-master There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-master There was a failure building this commit
Details
This commit is contained in:
parent
69548456c3
commit
e3c2ae935c
|
@ -212,7 +212,6 @@ function onBuysFetched(data) {
|
||||||
>
|
>
|
||||||
<template #top-left>
|
<template #top-left>
|
||||||
<div style="display: flex; align-items: center" v-if="itemLack">
|
<div style="display: flex; align-items: center" v-if="itemLack">
|
||||||
<!-- <VnImg :id="itemLack.itemFk" class="rounded image-wrapper"></VnImg> -->
|
|
||||||
<div class="flex column" style="align-items: center">
|
<div class="flex column" style="align-items: center">
|
||||||
<QBadge
|
<QBadge
|
||||||
ref="badgeLackRef"
|
ref="badgeLackRef"
|
||||||
|
@ -237,7 +236,7 @@ function onBuysFetched(data) {
|
||||||
|
|
||||||
<template #column-status="{ row }">
|
<template #column-status="{ row }">
|
||||||
<QTd style="min-width: 150px">
|
<QTd style="min-width: 150px">
|
||||||
<div class="icon-container">
|
<div class="flex items-start q-ma-sm">
|
||||||
<QIcon
|
<QIcon
|
||||||
v-if="row.isBasket"
|
v-if="row.isBasket"
|
||||||
name="vn:basket"
|
name="vn:basket"
|
||||||
|
@ -332,15 +331,6 @@ function onBuysFetched(data) {
|
||||||
</VnTable>
|
</VnTable>
|
||||||
</template>
|
</template>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.icon-container {
|
|
||||||
display: grid;
|
|
||||||
grid-template-columns: repeat(3, 0.2fr);
|
|
||||||
row-gap: 5px; /* Ajusta el espacio entre los iconos según sea necesario */
|
|
||||||
}
|
|
||||||
.icon-container > * {
|
|
||||||
width: 100%;
|
|
||||||
height: auto;
|
|
||||||
}
|
|
||||||
.list-enter-active,
|
.list-enter-active,
|
||||||
.list-leave-active {
|
.list-leave-active {
|
||||||
transition: all 1s ease;
|
transition: all 1s ease;
|
||||||
|
|
Loading…
Reference in New Issue