From e1ad9e37377fa50c885b1c7d606eb530009f3cac Mon Sep 17 00:00:00 2001
From: 曹睿 <360930172@qq.com>
Date: 星期三, 23 四月 2025 14:06:48 +0800
Subject: [PATCH] style: 保存位置

---
 src/pages/production/twist/receive/plate/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/pages/production/twist/receive/plate/index.vue b/src/pages/production/twist/receive/plate/index.vue
index a5c6432..a49fb1a 100644
--- a/src/pages/production/twist/receive/plate/index.vue
+++ b/src/pages/production/twist/receive/plate/index.vue
@@ -8,7 +8,7 @@
       @query="getList"
     >
       <template #top>
-        <CardTitle title="鐩樺叿棰嗙敤" :hideAction="true" @action="addReport" />
+        <CardTitle title="鐩樺叿棰嗙敤" :hideAction="true" :full="false" @action="addReport" />
       </template>
       <wd-card v-for="(item, index) in cardList" :key="index" type="rectangle" custom-class="round">
         <template #title>

--
Gitblit v1.9.3