修改进度条问题,中文版已经修改完成。

This commit is contained in:
lupeng_zz 2026-05-19 15:44:49 +08:00
parent b951d518c3
commit b1984d3039
1 changed files with 7 additions and 7 deletions

View File

@ -107,13 +107,13 @@
:total="recordTotal" style="background-color: #ECF5FF;">
</el-pagination>
</div>
<div class="span" v-if='radio1=="2"' style="max-height: calc(100vh - 250px); overflow-y: auto;">
<el-table
:data="devListTableData"
style="width: 100%;font-size:14px"
:height="tHeight"
:cell-style="{background:'#304156'}"
border
<div class="span" v-if='radio1=="2"' style="height: calc(100vh - 250px); overflow-x: auto;">
<el-table
:data="devListTableData"
style="width: 100%;font-size:14px"
height="100%"
:cell-style="{background:'#304156'}"
border
>
<el-table-column
prop="instrument_name"