chore: update setting i18n items

This commit is contained in:
Steven
2023-04-07 19:20:13 +08:00
parent eafe130842
commit 8ca20535ef
7 changed files with 50 additions and 17 deletions

View File

@ -191,7 +191,7 @@ const ConnectionSidebar = () => {
</div>
)}
{databaseList.length > 0 && (
<div className="w-full sticky top-0 z-1 mb-4 mt-2">
<div className="w-full sticky top-0 z-1 my-4">
<Select
className="w-full bg-white px-4 py-3"
value={currentConnectionCtx?.database?.name}