lb #1

Merge aplicado
gtz217 aplicou merge dos 128 commits de lb em develop 2022-09-20 14:53:17 +08:00
2 arquivos alterados com 5 adições e 2 exclusões
Mostrando apenas as alterações do commit 04dc0bcc49 - Mostrar todos os commits

Ver arquivo

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

Ver arquivo

@@ -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"