wujingjing
2024-10-21 283006246420f9a1d19855d22651ad971bcadc10
flex-auto': chartHeight == undefined
已修改1个文件
8 ■■■■ 文件已修改
src/components/chat/chatComponents/summaryCom/components/recordSet/RecordSet.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/chat/chatComponents/summaryCom/components/recordSet/RecordSet.vue
@@ -34,7 +34,13 @@
            <DisplayMode class="ml-auto" v-model="showMode" @change="displayModeChange" />
        </div>
        <RecordSetTable :data="tableData" v-if="tableIsShow" :key="tableKey" :tableLimitHeight="tableLimitHeight" />
        <RecordSetTable
            :data="tableData"
            v-if="tableIsShow"
            :key="tableKey"
            :tableLimitHeight="tableLimitHeight"
            :class="{ 'flex-auto': chartHeight == undefined }"
        />
        <div
            v-show="!tableIsShow"
            :style="{ height: chartHeight }"