mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-15 06:19:24 +02:00
chore : fix UI
This commit is contained in:
@@ -87,9 +87,7 @@ onUnmounted(() => {
|
||||
class="fixed top-0 left-0 z-50 flex h-screen w-screen backdrop-blur-sm items-center justify-center"
|
||||
@click.self="isVisible = false"
|
||||
>
|
||||
<div
|
||||
class="flex flex-row rounded-xl relative gap-5 pt-20 pb-10 px-10 @dark:bg-red:50 bg-[#F1F8FA]"
|
||||
>
|
||||
<div class="flex flex-row rounded-xl relative gap-5 pt-20 pb-10 px-10 bg-[#F1F8FA]">
|
||||
<div
|
||||
v-for="column in editorColumns"
|
||||
class="w-80 flex relative flex-col justify-start items-center bg-[#dceef1] p-8 text-gray-800 shadow-sm"
|
||||
|
Reference in New Issue
Block a user