From f6002b22ea5c6284812c231e56cf4a2ca602d78d Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Mon, 22 Nov 2021 15:26:04 +0800
Subject: [PATCH] 签到样式
---
src/views/qiandao/index.vue | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/views/qiandao/index.vue b/src/views/qiandao/index.vue
index 11cb04a..6773d72 100644
--- a/src/views/qiandao/index.vue
+++ b/src/views/qiandao/index.vue
@@ -114,11 +114,13 @@
justify-content: center;
position: relative;
.e_m_left {
- width: 47%;
+ width: 48%;
height: 100%;
+ overflow-x: hidden;
+ overflow-y: scroll;
}
.e_m_right {
- width: 53%;
+ width: 52%;
height: 100%;
// border: 1px solid red;
}
--
Gitblit v1.9.3