mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-09-19 01:36:38 +08:00
feat(ui):simpleTable
This commit is contained in:
parent
8c93fa51f6
commit
960286a350
@ -33,7 +33,11 @@ const handleSearch = async (tips?: boolean) => {
|
|||||||
onActivated(handleSearch);
|
onActivated(handleSearch);
|
||||||
</script>
|
</script>
|
||||||
<template>
|
<template>
|
||||||
<slot name="header" v-bind="{ reload: handleSearch }" />
|
<div class="simple-header">
|
||||||
|
<a-space>
|
||||||
|
<slot name="header" v-bind="{ reload: handleSearch }" />
|
||||||
|
</a-space>
|
||||||
|
</div>
|
||||||
<div class="simple-table">
|
<div class="simple-table">
|
||||||
<div ref="tableContainerRef" class="simple-table-container">
|
<div ref="tableContainerRef" class="simple-table-container">
|
||||||
<ATable
|
<ATable
|
||||||
@ -66,4 +70,7 @@ onActivated(handleSearch);
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
.simple-header {
|
||||||
|
padding: 16px 0;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user