lb #1

Merged
gtz217 merged 128 commits from lb into develop 2022-09-20 14:53:17 +08:00
2 changed files with 5 additions and 2 deletions
Showing only changes of commit 04dc0bcc49 - Show all commits

View File

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

View File

@ -31,7 +31,8 @@
:width="head.width || null"
:min-width="head.minWidth || 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"
:align="head.align || null"
v-bind="head.more"