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/components/cardPopup/cardPopup.vue | 22 ++++++++++++----------
1 files changed, 12 insertions(+), 10 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">
--
Gitblit v1.9.3