From 83d3429af619976dd2c9db27d167c96af444bb3b Mon Sep 17 00:00:00 2001
From: wong <106998207@qq.com>
Date: Tue, 13 May 2025 16:55:47 +0800
Subject: [PATCH] =?UTF-8?q?=E5=86=85=E5=AE=B9=E5=BA=93=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
Cunkebao/app/content/[id]/materials/edit/[materialId]/page.tsx | 2 +-
Cunkebao/app/content/[id]/materials/new/page.tsx | 2 +-
Store_vue/components/SupplyChainPurchase.vue | 2 +-
Store_vue/components/SupplyItemDetail.vue | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Cunkebao/app/content/[id]/materials/edit/[materialId]/page.tsx b/Cunkebao/app/content/[id]/materials/edit/[materialId]/page.tsx
index 31261588..aeb5f05e 100644
--- a/Cunkebao/app/content/[id]/materials/edit/[materialId]/page.tsx
+++ b/Cunkebao/app/content/[id]/materials/edit/[materialId]/page.tsx
@@ -187,7 +187,7 @@ export default function EditMaterialPage({ params }: { params: Promise<{ id: str
onChange={(e) => setContent(e.target.value)}
placeholder="请输入素材内容"
className="mt-1"
- rows={5}
+ rows={10}
/>
)}
diff --git a/Cunkebao/app/content/[id]/materials/new/page.tsx b/Cunkebao/app/content/[id]/materials/new/page.tsx
index 9154db7f..36af0d3e 100644
--- a/Cunkebao/app/content/[id]/materials/new/page.tsx
+++ b/Cunkebao/app/content/[id]/materials/new/page.tsx
@@ -94,7 +94,7 @@ export default function NewMaterialPage({ params }: { params: { id: string } })
onChange={(e) => setContent(e.target.value)}
placeholder="请输入素材内容"
className="mt-1"
- rows={5}
+ rows={10}
/>
diff --git a/Store_vue/components/SupplyChainPurchase.vue b/Store_vue/components/SupplyChainPurchase.vue
index 1189bc78..83fe4e00 100644
--- a/Store_vue/components/SupplyChainPurchase.vue
+++ b/Store_vue/components/SupplyChainPurchase.vue
@@ -14,7 +14,7 @@
-
+
加载中...
diff --git a/Store_vue/components/SupplyItemDetail.vue b/Store_vue/components/SupplyItemDetail.vue
index 7e067e05..d82ac268 100644
--- a/Store_vue/components/SupplyItemDetail.vue
+++ b/Store_vue/components/SupplyItemDetail.vue
@@ -14,7 +14,7 @@
-
+
加载中...