fix:feedback ui
This commit is contained in:
parent
80f0fa6c0b
commit
cf15b939f8
|
|
@ -560,10 +560,9 @@ export default function SuggestionsTable() {
|
|||
<SelectItem key="10">10</SelectItem>
|
||||
</Select>
|
||||
</div>
|
||||
<Button color="primary" className="text-white" onPress={doExport}>
|
||||
Export
|
||||
</Button>
|
||||
<div className=" w-[220px] h-[40px] flex flex-row gap-2 justify-between items-center">
|
||||
|
||||
<div className="flex flex-col gap-1 w-full lg:w-[120px]">
|
||||
<p className="font-semibold text-sm">Start Date</p>
|
||||
<Popover
|
||||
placement="bottom"
|
||||
classNames={{ content: ["!bg-transparent", "p-0"] }}
|
||||
|
|
@ -586,7 +585,10 @@ export default function SuggestionsTable() {
|
|||
/>
|
||||
</PopoverContent>
|
||||
</Popover>
|
||||
</div>
|
||||
|
||||
<div className="flex flex-col gap-1 w-full lg:w-[120px]">
|
||||
<p className="font-semibold text-sm">End Date</p>
|
||||
<Popover
|
||||
placement="bottom"
|
||||
classNames={{ content: ["!bg-transparent", "p-0"] }}
|
||||
|
|
@ -610,6 +612,13 @@ export default function SuggestionsTable() {
|
|||
</PopoverContent>
|
||||
</Popover>
|
||||
</div>
|
||||
|
||||
{/* <div className=" w-[220px] h-[40px] flex flex-row gap-2 justify-between items-center">
|
||||
|
||||
</div> */}
|
||||
<Button color="primary" className="text-white" onPress={doExport}>
|
||||
Export
|
||||
</Button>
|
||||
</div>
|
||||
<Table
|
||||
aria-label="micro issue table"
|
||||
|
|
|
|||
Loading…
Reference in New Issue