diff --git a/src/assets/images/弹框@2x.png b/src/assets/images/弹框@2x.png new file mode 100644 index 0000000..102f6a6 Binary files /dev/null and b/src/assets/images/弹框@2x.png differ diff --git a/src/layout/index.vue b/src/layout/index.vue index b257c46..c4d63c0 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -83,9 +83,11 @@ function setLayout() { .app-wrapper { @include clearfix; position: relative; - height: 100%; - width: 100%; + // height: 100%; + // width: 100%; background: url("@/assets/images/背景.png"); + background-size: cover; + padding-bottom: 14px; &.mobile.openSidebar { position: fixed; diff --git a/src/views/components/mainContent.vue b/src/views/components/mainContent.vue index a5e9506..864f9c7 100644 --- a/src/views/components/mainContent.vue +++ b/src/views/components/mainContent.vue @@ -1,6 +1,6 @@