From a729373e5d0aa8249043c17b4a9ffca5854e0b5e Mon Sep 17 00:00:00 2001 From: zhangjun1 Date: Wed, 6 May 2020 10:36:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index.vue | 4 +-- src/pages/serviceEdit.vue | 51 +++++++++++++++++++++++++++++---------- src/pages/workPlace.vue | 1 + 3 files changed, 41 insertions(+), 15 deletions(-) diff --git a/src/pages/index.vue b/src/pages/index.vue index 1cc33f4..d697324 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -20,8 +20,8 @@ export default { .index_container { margin-top: 84px; min-height: 200px; - overflow-x: hidden; - overflow-y: auto; + /* overflow-x: hidden; + overflow-y: auto; */ } .decor{ width: 100%; diff --git a/src/pages/serviceEdit.vue b/src/pages/serviceEdit.vue index 80e9d7b..3bc1b2b 100644 --- a/src/pages/serviceEdit.vue +++ b/src/pages/serviceEdit.vue @@ -7,35 +7,43 @@
-

服务名称:

+

服务名称:

-

服务描述:

+

服务描述:

-

服务领域:

+

服务领域:

-

所属组织:

+

所属组织:

-

服务封面:

- +

服务封面:

+
-

接口编码:

+

接口编码:

-

开放程度:

+

开放程度:

- - - + + +
@@ -49,9 +57,12 @@ + + + diff --git a/src/pages/workPlace.vue b/src/pages/workPlace.vue index 6133fcf..99a4805 100644 --- a/src/pages/workPlace.vue +++ b/src/pages/workPlace.vue @@ -1395,6 +1395,7 @@ export default { width: 1200px; margin: 0 auto; margin-top: -157px; + margin-bottom: 20px; } .person_info { width: 1200px; -- 2.26.0