From 462b0cfb6c1faba72ebe3ef79ecda65b96ba8371 Mon Sep 17 00:00:00 2001 From: joylink_cuiweidong <364937672@qq.com> Date: Tue, 29 Oct 2019 16:23:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/index.vue | 12 ++++++++++-- src/views/demonstration/detail/index.vue | 2 +- .../lesson/lessoncategory/edit/sorttree/index.vue | 2 +- src/views/planMonitor/detail.vue | 2 +- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/src/layout/index.vue b/src/layout/index.vue index 1af6d626b..dddcd34e3 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -9,7 +9,7 @@ - +
北京玖琏科技有限公司  联系电话: 13201793090
Copyright ©2018 北京玖琏科技有限公司 京ICP备18028522号
@@ -89,7 +89,15 @@ export default { height: 100%; position: absolute; z-index: 999; - } + } + .footers{ + line-height: 30px; + position: absolute; + width: 100%; + bottom: 0; + background: #fff; + border-top: 1px #ebeef5 solid; + }