修改进度条问题,中文版已经修改完成。
This commit is contained in:
parent
b951d518c3
commit
b1984d3039
|
|
@ -107,13 +107,13 @@
|
||||||
:total="recordTotal" style="background-color: #ECF5FF;">
|
:total="recordTotal" style="background-color: #ECF5FF;">
|
||||||
</el-pagination>
|
</el-pagination>
|
||||||
</div>
|
</div>
|
||||||
<div class="span" v-if='radio1=="2"' style="max-height: calc(100vh - 250px); overflow-y: auto;">
|
<div class="span" v-if='radio1=="2"' style="height: calc(100vh - 250px); overflow-x: auto;">
|
||||||
<el-table
|
<el-table
|
||||||
:data="devListTableData"
|
:data="devListTableData"
|
||||||
style="width: 100%;font-size:14px"
|
style="width: 100%;font-size:14px"
|
||||||
:height="tHeight"
|
height="100%"
|
||||||
:cell-style="{background:'#304156'}"
|
:cell-style="{background:'#304156'}"
|
||||||
border
|
border
|
||||||
>
|
>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="instrument_name"
|
prop="instrument_name"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue