From 38196f101433c36e500110e82a90c7847302f2f3 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Sat, 28 Jun 2025 11:02:48 +0800
Subject: [PATCH] feat:帮助中心文件上传

---
 src/views/algorithmRepository/algorithmRepository.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/algorithmRepository/algorithmRepository.vue b/src/views/algorithmRepository/algorithmRepository.vue
index f818613..9c28908 100644
--- a/src/views/algorithmRepository/algorithmRepository.vue
+++ b/src/views/algorithmRepository/algorithmRepository.vue
@@ -124,7 +124,7 @@
   device_name: '',
   name: '',
   current: 1,
-  size: 10,
+  size: 15,
 });
 
 // 请求字典字段
@@ -216,7 +216,7 @@
   text-align: center;
   vertical-align: middle;
   .item {
-    height: 269px;
+    height: 267px;
     display: flex;
     flex-direction: column;
     justify-content: center;

--
Gitblit v1.9.3