File tree 2 files changed +5
-2
lines changed
modules/components/components
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -61,4 +61,7 @@ const rendered = computed(() => {
61
61
text-align : right ;
62
62
--at-apply : ' text-truegray:50' ;
63
63
}
64
+ .code-block pre :focus-visible {
65
+ outline : none ;
66
+ }
64
67
</style >
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ function close() {
14
14
15
15
<template >
16
16
<div class =" absolute left-0 top-0 h-full w-full flex flex-col rounded-br-2.5 rounded-tr-2.5 bg-white p2 dark:bg-[#121212]" >
17
- <div class =" h-12 w-full flex items-center justify-between py -2" >
17
+ <div class =" h-12 w-full flex items-center justify-between p -2" >
18
18
<span class =" font-500" >Render Code</span >
19
19
<i class =" i-carbon-close cursor-pointer hover:op80" @click =" close" />
20
20
</div >
21
- <div class =" no-scrollbar flex-1 select-none overflow-scroll" >
21
+ <div class =" flex-1 overflow-scroll text-3.5 " >
22
22
<CodeBlock :code =" code" lang =" javascript" />
23
23
</div >
24
24
</div >
You can’t perform that action at this time.
0 commit comments