mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 05:37:00 +00:00
fix(nc-gui): some oss ui issues
This commit is contained in:
@@ -35,14 +35,14 @@ const centered = computed(() => props.centered ?? true)
|
||||
@click="baseCreateDlg = true"
|
||||
>
|
||||
<slot>
|
||||
<div class="flex items-center gap-2">
|
||||
<div class="flex items-center gap-2 w-full">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
|
||||
<rect width="16" height="16" rx="8" fill="#D6E0FF" />
|
||||
<path d="M8 4V12" stroke="currentColor" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round" />
|
||||
<path d="M4 8H12" stroke="currentColor" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round" />
|
||||
</svg>
|
||||
|
||||
<div class="flex">{{ $t('title.createBase') }}</div>
|
||||
<div class="flex flex-1">{{ $t('title.createBase') }}</div>
|
||||
|
||||
<div class="px-1 flex-none text-bodySmBold !leading-[18px] text-nc-content-gray-subtle bg-nc-bg-gray-medium rounded">
|
||||
{{ renderAltOrOptlKey(true) }} D
|
||||
|
||||
Reference in New Issue
Block a user