From 2f9d3c2392db9094af5ac6ea50b017140421f059 Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Fri, 25 Feb 2022 18:35:59 +0800
Subject: [PATCH] 评论页页面拟定

---
 src/components/swichLabel/main1-show.vue |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/src/components/swichLabel/main1-show.vue b/src/components/swichLabel/main1-show.vue
index 3bcd6f6..361d166 100644
--- a/src/components/swichLabel/main1-show.vue
+++ b/src/components/swichLabel/main1-show.vue
@@ -26,7 +26,7 @@
 					<a-col v-bind="colMini" :style="{'position':'absolute','right':'30px'}">
 						<a-affix :offset-top="550">
 							<a-button @click="showDrawer1">
-								抽屉1
+								more
 							</a-button>
 						</a-affix>
 					</a-col>
@@ -197,14 +197,19 @@
 
 	.blog-main {
 		margin-top: 80px;
-		padding-left: 5%;
-		padding-right: 5%;
+		padding-left: 3%;
+		padding-right: 3%;
 	}
 
 	/*左右两边的盒子容器*/
 	.blog-cell {
 		opacity: 0.8;
 		padding: 0px 14px 10px;
+		-moz-user-select: none;
+		-webkit-user-select: none;
+		-ms-user-select: none;
+		-khtml-user-select: none;
+		user-select: none;
 	}
 
 	/*左边部分*/

--
Gitblit v1.9.1