mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-12 15:55:24 +00:00
fix
This commit is contained in:
parent
ceb8162f6b
commit
cfade22ca6
@ -17,7 +17,7 @@ limitations under the License. -->
|
||||
:data="data"
|
||||
class="mb-5"
|
||||
:row-style="{ backgroundColor: 'var(--layout-background)' }"
|
||||
:cell-style="(data) => (data.columnIndex === 0 ? { backgroundColor: 'var(--el-table-header-bg-color)' } : {})"
|
||||
:cell-style="(data: Indexable) => (data.columnIndex === 0 ? { backgroundColor: 'var(--el-table-header-bg-color)' } : {})"
|
||||
>
|
||||
<el-table-column
|
||||
v-for="item in metricsRows"
|
||||
|
Loading…
Reference in New Issue
Block a user