chore: format
This commit is contained in:
parent
c1d4178360
commit
1a29bbe895
|
@ -1,12 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<button
|
<button class="menu _button" @click.stop="menu" v-tooltip="i18n.ts.menu">
|
||||||
class="menu _button"
|
<i class="ph-dots-three-outline ph-bold ph-lg"></i>
|
||||||
@click.stop="menu"
|
|
||||||
v-tooltip="i18n.ts.menu"
|
|
||||||
>
|
|
||||||
<i
|
|
||||||
class="ph-dots-three-outline ph-bold ph-lg"
|
|
||||||
></i>
|
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
v-if="$i != null && $i.id != user.id"
|
v-if="$i != null && $i.id != user.id"
|
||||||
|
@ -74,7 +68,6 @@ import { useRouter } from "@/router";
|
||||||
|
|
||||||
const router = useRouter();
|
const router = useRouter();
|
||||||
|
|
||||||
|
|
||||||
const emit = defineEmits(["refresh"]);
|
const emit = defineEmits(["refresh"]);
|
||||||
const props = withDefaults(
|
const props = withDefaults(
|
||||||
defineProps<{
|
defineProps<{
|
||||||
|
|
|
@ -217,7 +217,12 @@ onMounted(() => {
|
||||||
inset: 0;
|
inset: 0;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
height: 84px;
|
height: 84px;
|
||||||
background: linear-gradient(-125deg, rgba(0,0,0,0.7), transparent, transparent);
|
background: linear-gradient(
|
||||||
|
-125deg,
|
||||||
|
rgba(0, 0, 0, 0.7),
|
||||||
|
transparent,
|
||||||
|
transparent
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
|
|
Loading…
Reference in New Issue