Commit 685d48e7 authored by nick zheng's avatar nick zheng

Merge branch 'beta' into 'master'

fix: 知识库列表启动开关被遮挡

See merge request !241
parents 1fb85846 82b9d66c
...@@ -135,7 +135,7 @@ function handleSearchKnowledge() { ...@@ -135,7 +135,7 @@ function handleSearchKnowledge() {
:data="knowledgeList" :data="knowledgeList"
:columns="knowledgeColumns" :columns="knowledgeColumns"
:max-height="tableContentY" :max-height="tableContentY"
:scroll-x="1100" :scroll-x="1270"
> >
<template #empty> <template #empty>
<div :style="{ height: tableContentY + 'px' }" class="flex items-center justify-center"> <div :style="{ height: tableContentY + 'px' }" class="flex items-center justify-center">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment