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