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 @@
-
+
加载中...