From 9c695b19fc896c497c20bda6089f824c1705836c Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Mon, 28 Feb 2022 21:12:42 +0800
Subject: [PATCH] 添加md预览弹窗

---
 src/components/group/articleList.vue |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/components/group/articleList.vue b/src/components/group/articleList.vue
index 7170133..ef8d0da 100644
--- a/src/components/group/articleList.vue
+++ b/src/components/group/articleList.vue
@@ -38,16 +38,16 @@
 </script>
 
 <style lang="less">
-	.container {
-		height: 700px;
-	}
+	// .container {
+	// 	height: 700px;
+	// }
 
-	.content {
-		height: 95%;
-		overflow-y: scroll;
-	}
+	// .content {
+	// 	height: 95%;
+	// 	overflow-y: scroll;
+	// }
 
-	.content::-webkit-scrollbar {
-		display: none;
-	}
+	// .content::-webkit-scrollbar {
+	// 	display: none;
+	// }
 </style>

--
Gitblit v1.9.1