From bc95187efc506413cf85749fe36fe748cf75fed5 Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Wed, 17 Aug 2022 18:43:04 +0800
Subject: [PATCH] 重新界定碎念类型入口

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

diff --git a/src/components/mini/box8-panal.vue b/src/components/mini/box8-panal.vue
index 8b4c6be..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">

--
Gitblit v1.9.1