|
|
|
|
@ -39,7 +39,6 @@ const diffUpdateTimeString = computed(() => {
|
|
|
|
|
<div
|
|
|
|
|
:class="{
|
|
|
|
|
'border-primary': info.active,
|
|
|
|
|
'border-[2px]': info.active,
|
|
|
|
|
}"
|
|
|
|
|
class="cursor-pointer rounded-lg border-[1px] border-solid p-3 transition-shadow duration-300 ease-in-out hover:shadow-lg"
|
|
|
|
|
@click.stop="handleClick"
|
|
|
|
|
|