From fa1bd95d533444d7360d1ada127b7a3279a3901f Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Fri, 26 Aug 2022 18:43:56 +0800
Subject: [PATCH] 新增图组等上传支持 新增编辑页

---
 src/components/mini/box8-panal.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/mini/box8-panal.vue b/src/components/mini/box8-panal.vue
index e48202e..ae9839c 100644
--- a/src/components/mini/box8-panal.vue
+++ b/src/components/mini/box8-panal.vue
@@ -1,11 +1,11 @@
 <template>
 	<div class="holdHeight">
 		<a-row type="flex" justify="center">
-			<a-col v-for="temp in [1,2,1,1,1,1,1]">
+			<a-col v-for="temp in [1,2,1,1,1,1]">
 				<div class="myCard" style="height: 200px;width: 220px; border-radius: 20px;">
 					<a-card :hoverable="true" size="small">
 						<template slot="cover">
-							<img class="myCardCover" alt="example" src="../../assets/mowenwei.jpg" />
+							<!-- <img class="myCardCover" alt="example" src="../../assets/mowenwei.jpg" /> -->
 						</template>
 
 						<template slot="actions" class="ant-card-actions">
@@ -22,7 +22,7 @@
 
 		</a-row>
 		<a-row type="flex" justify="center">
-			<div style="position:fixed;bottom: 10px;" id="dddadf">
+			<div style="position:fixed;bottom: 10px;">
 				<a-pagination @change="onChange" :showQuickJumper="true" :size="size" v-model="current"
 					:defaultPageSize="10" :pageSize="pageSize" :total="total" />
 			</div>

--
Gitblit v1.9.1