chore: 更新

This commit is contained in:
就眠儀式
2022-04-20 09:44:03 +08:00
parent 7d2d3bd80c
commit 5bb97e9232
2 changed files with 5 additions and 5 deletions

View File

@@ -273,7 +273,7 @@ onMounted(() => {
:style="{
width: column.width,
textAlign: column.align,
flex: column.width ? 'none' : 'auto',
flex: column.width ? '0 0 auto' : '1',
}"
v-if="tableColumnKeys.includes(column.key)"
>
@@ -339,7 +339,7 @@ onMounted(() => {
:style="{
width: column.width,
textAlign: column.align,
flex: column.width ? 'none' : 'auto',
flex: column.width ? '0 0 auto' : '1',
}"
>
<slot :name="column.customSlot" :data="data"></slot>
@@ -357,7 +357,7 @@ onMounted(() => {
:style="{
width: column.width,
textAlign: column.align,
flex: column.width ? 'none' : 'auto',
flex: column.width ? '0 0 auto' : '1',
}"
>
<span> {{ value }} </span>