style(@vben/web-antd): lint 自动格式化修正
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -196,7 +196,7 @@ onMounted(loadTree);
|
||||
@check="handleCheck"
|
||||
>
|
||||
<template v-if="$slots.title" #title="nodeData">
|
||||
<slot name="title" v-bind="nodeData" />
|
||||
<slot name="title" v-bind="nodeData"></slot>
|
||||
</template>
|
||||
</Tree>
|
||||
<div v-else-if="!loading" class="py-4 text-center text-gray-500">
|
||||
|
||||
@@ -56,7 +56,12 @@ const alarmImages = computed(() => {
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<Descriptions :column="3" bordered size="small" class="custom-descriptions">
|
||||
<Descriptions
|
||||
:column="3"
|
||||
bordered
|
||||
size="small"
|
||||
class="custom-descriptions"
|
||||
>
|
||||
<Descriptions.Item v-if="extInfo.alarmType" label="告警类型">
|
||||
<Tag
|
||||
:color="
|
||||
|
||||
Reference in New Issue
Block a user