修改进度条问题,中文版已经修改完成。
This commit is contained in:
parent
b951d518c3
commit
b1984d3039
|
|
@ -107,11 +107,11 @@
|
|||
: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;">
|
||||
<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="tHeight"
|
||||
height="100%"
|
||||
:cell-style="{background:'#304156'}"
|
||||
border
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue