From 58a5242ff58523f5d048da13fc543ffba5065414 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期三, 12 六月 2024 17:36:40 +0800
Subject: [PATCH] 原型制作

---
 src/components/inspection/TaskNode.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/inspection/TaskNode.vue b/src/components/inspection/TaskNode.vue
index 71fa853..4988c22 100644
--- a/src/components/inspection/TaskNode.vue
+++ b/src/components/inspection/TaskNode.vue
@@ -4,7 +4,7 @@
       <div>{{ title }}</div>
       <el-text type="danger" size="small">{{ warning }}</el-text>
     </el-row>
-    <div class="border-r-small f-b">
+    <div class="border-r-small font-base">
       <div v-for="(item, i) in items" :key="title + i">
         <slot :item="item" :index="i"></slot>
       </div>

--
Gitblit v1.9.3