File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/renderer/extensions/vueNodes/components Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11<template >
2- <div v-if =" renderError" class =" node-error p-4 text-sm text- red-500" >
2+ <div v-if =" renderError" class =" node-error p-4 text-red-500" >
33 {{ st('nodeErrors.header', 'Node Header Error') }}
44 </div >
55 <div
66 v-else
77 :class ="
88 cn(
9- 'lg-node-header py-2 pl-2 pr-3 text-sm rounded-t-2xl w-full min-w-0',
9+ 'lg-node-header text-base py-2 pl-2 pr-3 rounded-t-2xl w-full min-w-0',
1010 'text-node-component-header bg-node-component-header-surface',
1111 collapsed && 'rounded-2xl'
1212 )
3434 )
3535 "
3636 class =" relative top-px text-xs leading-none text-node-component-header-icon"
37- ></ i >
37+ / >
3838 </IconButton >
3939 </div >
4040
5252 <!-- Node Title -->
5353 <div
5454 v-tooltip.top =" tooltipConfig"
55- class =" flex min-w-0 flex-1 items-center gap-2 text-sm "
55+ class =" flex min-w-0 flex-1 items-center gap-2"
5656 data-testid =" node-title"
5757 >
5858 <div class =" truncate min-w-0 flex-1" >
9292 class =" min-w-max rounded-sm bg-node-component-surface px-1 py-0.5 text-xs flex items-center gap-1"
9393 >
9494 {{ $t('g.edit') }}
95- <i class =" icon-[lucide--scaling] size-5" ></ i >
95+ <i class =" icon-[lucide--scaling] size-5" / >
9696 </div >
9797 </IconButton >
9898 </div >
You can’t perform that action at this time.
0 commit comments