fix(web): align external API and service API buttons vertically in datasets header (#38139)

This commit is contained in:
蒜香飞行矮堇瓜 2026-07-03 10:34:38 +08:00 committed by GitHub
parent 374bdb7cdd
commit cb6179356c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ const ServiceApi = ({
}, [])
return (
<div>
<div className="flex items-center">
<Popover
open={open}
onOpenChange={setOpen}

View File

@ -54,7 +54,7 @@ const DatasetListHeader = ({
{canConnectExternalDataset && (
<button
type="button"
className="flex items-center justify-center gap-1 overflow-hidden rounded-md px-1.5 py-1 text-text-tertiary hover:bg-state-base-hover"
className="flex h-6 items-center justify-center gap-1 overflow-hidden rounded-md px-1.5 py-1 text-text-tertiary hover:bg-state-base-hover"
onClick={onExternalApiClick}
>
<span aria-hidden className="i-custom-vender-solid-development-api-connection-mod size-3.5 shrink-0" />