CN-671 Dashboard - 多维度表格优化:network overview – app list 点击标题触发下钻;npm 类别评分表格点击触发下钻;

This commit is contained in:
hanyuxia
2022-08-30 17:37:21 +08:00
parent 5ebcab59e1
commit 55bf1871c2

View File

@@ -1,8 +1,8 @@
<template>
<div class="tabs" :style="showTabs ? (tableData.length > 10 && showRecordNum === 10 ? 'height: calc(100% - 40px);'
: 'height: calc(100% - 2px)')
: (tableData.length > 10 && showRecordNum === 10 ? 'height: calc(100% - 104px);'
: 'height: calc(100% - 66px);')">
: (tableData.length > 10 && showRecordNum === 10 ? 'height: calc(100% - 64px);'
: 'height: calc(100% - 26px);')">
<el-tabs v-model="activeTab"
:class="showTabs?'cn-chart__tabs':'tab-hide cn-chart__tabs cn-chart__tabs-hide-tab'"
@tab-click="handleClick"