chore(nc-gui): lint & remove unused imports

This commit is contained in:
wkw
2023-09-22 13:34:17 +08:00
parent d89fd75e74
commit c5b986d7ff
10 changed files with 45 additions and 44 deletions

View File

@@ -3,10 +3,11 @@
<template>
<div class="flex flex-row flex-grow pl-0.5 pr-1 py-0.5 rounded-md w-full" style="max-width: calc(100% - 2.5rem)">
<div class="flex-grow min-w-20">
<div data-testid="nc-workspace-menu"
class="flex items-center nc-workspace-menu overflow-hidden py-1.25 pr-0.25 justify-center w-full">
<a class="transition-all duration-200 transform" href="https://github.com/nocodb/nocodb"
target="_blank">
<div
data-testid="nc-workspace-menu"
class="flex items-center nc-workspace-menu overflow-hidden py-1.25 pr-0.25 justify-center w-full"
>
<a class="transition-all duration-200 transform" href="https://github.com/nocodb/nocodb" target="_blank">
<img alt="NocoDB" src="~/assets/img/brand/nocodb-full.png" class="h-10" />
</a>
<div class="flex flex-grow"></div>