feat: add custom title bar

This commit is contained in:
tiny-craft
2023-09-02 18:23:40 +08:00
parent b580fedade
commit 1a4622cfd0
24 changed files with 369 additions and 214 deletions

View File

@@ -296,13 +296,15 @@ const onUpdateFilter = (filters, sourceColumn) => {
{{ $t('add_row') }}
</n-button>
</div>
<div class="fill-height flex-box-h" style="user-select: text">
<div class="value-wrapper fill-height flex-box-h">
<n-data-table
:key="(row) => row.no"
:columns="columns"
:data="tableData"
:single-column="true"
:single-line="false"
:bordered="false"
:bottom-bordered="false"
flex-height
max-height="100%"
size="small"