From cbca6db97e349f8b2497e74388a377bedcada2af Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Thu, 10 Sep 2020 21:20:30 +0200 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9BEditSites=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/EditSites.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/EditSites.vue b/src/components/EditSites.vue index 5568bd0..15ddb17 100644 --- a/src/components/EditSites.vue +++ b/src/components/EditSites.vue @@ -12,7 +12,7 @@ -
+
@@ -187,5 +187,9 @@ export default { } } } + .detail-body{ + height: calc(100% - 50px); + overflow-y: auto; + } }