fix: 2600 【AI一键查重--高级筛选】进入全部过滤条件设置界面,底部确定取消按钮样式有误

pull/1/head
lizijiee 1 year ago
parent eefb5a64eb
commit c80b122273

@ -20,7 +20,7 @@ const show = ref(false);
const cardStyle = { const cardStyle = {
width: "800px", width: "800px",
height: "800px", height: "830px",
"--n-padding-bottom": "10px", "--n-padding-bottom": "10px",
"--n-padding-left": "10px", "--n-padding-left": "10px",
}; };
@ -63,6 +63,7 @@ const columns: DataTableColumns<RowData> = [
{ {
title: "创建时间", title: "创建时间",
key: "createtime", key: "createtime",
width: 180
}, },
{ {
title: "更新者", title: "更新者",
@ -71,6 +72,7 @@ const columns: DataTableColumns<RowData> = [
{ {
title: "更新时间", title: "更新时间",
key: "updatetime", key: "updatetime",
width: 180
}, },
]; ];
@ -317,6 +319,7 @@ const inputHandler = debounce((word) => {
<div class="wrapper-table"> <div class="wrapper-table">
<NDataTable <NDataTable
ref="tableRef" ref="tableRef"
:max-height="480"
remote remote
:row-props="rowProps as any" :row-props="rowProps as any"
:columns="columns" :columns="columns"

Loading…
Cancel
Save