From 475923168d31943d81ee647ab23d9f27ffd9e72a Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Wed, 25 Aug 2021 20:22:21 +0800
Subject: [PATCH] 样式  修复右边两条滚动条

---
 src/views/home/index.vue               |    4 ++--
 src/components/cardPopup/cardPopup.vue |   22 ++++++++++++----------
 2 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/src/components/cardPopup/cardPopup.vue b/src/components/cardPopup/cardPopup.vue
index 3318e41..bfa423a 100644
--- a/src/components/cardPopup/cardPopup.vue
+++ b/src/components/cardPopup/cardPopup.vue
@@ -4,16 +4,18 @@
     <div class="heards">{{ name }}</div>
     <basic-container>
       <div v-show="forms == 1" class="first-box-outer">
-        <div class="handling-guideline">
-          <h2 class="hand-title">{{ name }}办理指南</h2>
-          <div
-            class="hand-content"
-            ref="handcontent"
-            id="handcontent"
-            v-html="htmls"
-          >
-            <!-- ### -->
-            {{ htmls }}
+        <div class="f-b-o-in">
+          <div class="handling-guideline">
+            <h2 class="hand-title">{{ name }}办理指南</h2>
+            <div
+              class="hand-content"
+              ref="handcontent"
+              id="handcontent"
+              v-html="htmls"
+            >
+              <!-- ### -->
+              {{ htmls }}
+            </div>
           </div>
         </div>
         <div class="hand-next">
diff --git a/src/views/home/index.vue b/src/views/home/index.vue
index b4a5303..3d57c30 100644
--- a/src/views/home/index.vue
+++ b/src/views/home/index.vue
@@ -287,8 +287,8 @@
 }
 .first-box-outer {
   width: 100%;
-  max-height: 682px;
-  overflow-y: scroll;
+  max-height: 685px;
+  overflow-y: hidden;
   overflow-x: hidden;
   .f-b-o-in {
     width: 100%;

--
Gitblit v1.9.3