feat: complete function in toolbar of browser

refactor: use uniform confirm dialog for delete key
This commit is contained in:
tiny-craft
2023-07-04 00:42:17 +08:00
parent 2c7021af31
commit e906a91964
9 changed files with 110 additions and 66 deletions

View File

@@ -59,15 +59,4 @@ const onDisconnectAll = () => {
</div>
</template>
<style lang="scss" scoped>
.nav-pane-container {
overflow: hidden;
background-color: var(--bg-color);
.nav-pane-bottom {
align-items: center;
gap: 5px;
padding: 3px 3px 5px 5px;
}
}
</style>
<style lang="scss" scoped></style>