perf: 弱化显示

This commit is contained in:
Soulter
2025-04-17 14:02:40 +08:00
parent 33fd6a5016
commit b9b260f26a
+2 -2
View File
@@ -85,8 +85,8 @@
<v-tooltip location="top">
<template v-slot:activator="{ props }">
<btn class="text-caption text-medium-emphasis" v-if="server.errlogs" v-bind="props">
<v-icon size="small" color="error" class="ms-1">mdi-alert-circle</v-icon>
异常
<v-icon size="small" class="ms-1">mdi-information</v-icon>
日志
</btn>
</template>
<pre>{{ server.errlogs }}</pre>