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