wip: crud table
This commit is contained in:
12
src/components/query-bar/QueryBar.vue
Normal file
12
src/components/query-bar/QueryBar.vue
Normal file
@@ -0,0 +1,12 @@
|
||||
<template>
|
||||
<div min-h-60 p-15 flex items-start justify-between b-1 bc-ccc rounded-8 bg="#fafafc">
|
||||
<n-space wrap :size="[35, 15]">
|
||||
<slot />
|
||||
</n-space>
|
||||
|
||||
<div flex-shrink-0>
|
||||
<n-button secondary type="primary">重置</n-button>
|
||||
<n-button ml-20 type="primary">搜索</n-button>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user