lb #1

Fusionnée
gtz217 a fusionné 128 révision(s) à partir de lb vers develop 2022-09-20 14:53:17 +08:00
2 fichiers modifiés avec 5 ajouts et 2 suppressions
Affiche uniquement les changements de la révision 04dc0bcc49 - Afficher toutes les révisions

Voir le fichier

@@ -1,5 +1,7 @@
<template> <template>
<div></div> <div class="cell-container">
</div>
</template> </template>
<script> <script>

Voir le fichier

@@ -31,7 +31,8 @@
:width="head.width || null" :width="head.width || null"
:min-width="head.minWidth || null" :min-width="head.minWidth || null"
:fixed="head.fixed || null" :fixed="head.fixed || null"
:show-overflow-tooltip="head.showOverflowTooltip || false" :show-overflow-tooltip="head.showOverflowTooltip || true"
:tooltip-effect="head.tooltipEffect || 'light'"
filter-placement="top" filter-placement="top"
:align="head.align || null" :align="head.align || null"
v-bind="head.more" v-bind="head.more"