This commit is contained in:
‘937886381’
2024-01-04 08:33:05 +08:00
parent bdf292654b
commit 8b1dbbeeea
4 changed files with 26 additions and 24 deletions

View File

@@ -1,7 +1,7 @@
<!--
* @Date: 2020-12-14 09:07:03
* @LastEditors: zhp
* @LastEditTime: 2023-12-28 09:00:44
* @LastEditTime: 2024-01-02 16:37:14
* @FilePath: \mt-bus-fe\src\views\OperationalOverview\components\baseTable.vue
* @Description:
-->
@@ -9,11 +9,11 @@
<div class="visual-base-table-container">
<el-table
v-loading="isLoading"
:header-cell-style="{background:'rgba(4, 74, 132, .19)',color:'#fff'}"
:header-cell-style="{background:'rgba(4, 74, 132, .19)',color:'#fff',}"
:row-style="setRowStyle"
:data="renderData"
border
style="width: 100%; background: transparent"
style="height: 100%; width: 100%; background: transparent"
>
<el-table-column
prop="_pageIndex"