📝(changelog): update

This commit is contained in:
就眠儀式
2022-11-22 11:46:10 +08:00
parent 99a62ada52
commit 729a642b78
2 changed files with 17 additions and 3 deletions

View File

@@ -486,7 +486,12 @@ const radioProps = props.getRadioProps(props.data, props.index);
column.fixed ? `layui-table-fixed-${column.fixed}` : '',
]"
>
<div style="display: flex" :style="[{textAlign: column.align, justifyContent: column.align}]">
<div
style="display: flex"
:style="[
{ textAlign: column.align, justifyContent: column.align },
]"
>
<span
v-if="expandSpace && columnIndex === expandIndex"
:style="{ 'margin-right': currentIndentSize + 'px' }"
@@ -560,7 +565,12 @@ const radioProps = props.getRadioProps(props.data, props.index);
column.fixed ? `layui-table-fixed-${column.fixed}` : '',
]"
>
<div style="display: flex" :style="[{textAlign: column.align, justifyContent: column.align}]">
<div
style="display: flex"
:style="[
{ textAlign: column.align, justifyContent: column.align },
]"
>
<span
v-if="expandSpace && columnIndex === expandIndex"
:style="{ 'margin-right': currentIndentSize + 'px' }"