mirror of https://github.com/halo-dev/halo-admin
parent
05a6c1cec9
commit
3edc16a744
|
@ -40,7 +40,11 @@ const handleRouteToDetail = () => {
|
|||
</script>
|
||||
<template>
|
||||
<VTag
|
||||
:styles="{ background: tag.spec.color, color: labelColor }"
|
||||
:styles="{
|
||||
background: tag.spec.color,
|
||||
color: labelColor,
|
||||
borderColor: tag.spec.color,
|
||||
}"
|
||||
@click="handleRouteToDetail"
|
||||
>
|
||||
{{ tag.spec.displayName }}
|
||||
|
|
Loading…
Reference in New Issue