File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<template >
22 <div
3- class =" rounded-sm text-sm flex items-center bg-blade-300 dark:bg-blade-750 hover:bg-spring-700 gap-2 py-0.5 px-2"
3+ class =" rounded-sm text-sm flex items-center bg-blade-300 dark:bg-blade-750 hover:bg-spring-400 hover:dark:bg-spring- 700 gap-2 py-0.5 px-2"
44 >
55 <slot >
66 <icon-tag class =" shrink-0 w-4 h-4 stroke-1.5" />
Original file line number Diff line number Diff line change 258258 @click =" canUpdateSetlist ? openEditSlide(index, element) : undefined"
259259 >
260260 <div class =" truncate" >
261- <span >{{ element.title }}</span >
262- <span class =" text-blade-500 ml-3" >{{ element.content }}</span >
261+ <span class =" align-middle rounded-sm inline-flex items-center bg-blade-300 dark:bg-blade-750 gap-2 py-1 px-2" >
262+ <icon-notes class =" w-5 h-5 stroke-1.5" />
263+ {{ element.title }}
264+ </span >
265+ <span class =" align-middle italic text-blade-500 ml-3" >{{ element.content }}</span >
263266 </div >
264267 </td >
265268 <td class =" hidden 2xl:table-cell" ></td >
You can’t perform that action at this time.
0 commit comments