样式调整
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
<el-table :data="tableData" stripe :header-cell-style="{ textAlign: 'center' } " :cell-style="{ textAlign: 'center' }" height="310px" style="width: 100%" >
|
||||
<el-table-column prop="id" label="序号" width="70" />
|
||||
<el-table-column prop="updateTime" label="数据时间" />
|
||||
<el-table-column prop="L1" label="L1" />
|
||||
<el-table-column prop="L2" label="L2" />
|
||||
<el-table-column prop="L3" label="L3" />
|
||||
<el-table-column prop="L1" label="L1(V)" />
|
||||
<el-table-column prop="L2" label="L2(V)" />
|
||||
<el-table-column prop="L3" label="L3(V)" />
|
||||
|
||||
</el-table>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user