fix:调整表格宽度

This commit is contained in:
shijing 2024-06-24 10:06:53 +08:00
parent 0f06924303
commit 160dd3cfdc
3 changed files with 6 additions and 5 deletions

View File

@ -156,13 +156,13 @@
:key="item"
:label="item"
:prop="item"
width="100"
width="120"
>
</el-table-column>
<el-table-column
label="合计"
prop="sum"
width="100"
width="130"
fixed="right"
>
</el-table-column>

View File

@ -147,13 +147,13 @@
:key="item"
:label="index + '时'"
:prop="index + '时'"
width="100"
width="120"
>
</el-table-column>
<el-table-column
label="合计"
prop="sum"
width="100"
width="130"
fixed="right"
>
</el-table-column>

View File

@ -145,12 +145,13 @@
:key="item"
:label="item + '月'"
:prop="item + '月'"
width="120"
>
</el-table-column>
<el-table-column
label="合计"
prop="sum"
width="100"
width="130"
fixed="right"
>
</el-table-column>