diff --git a/.env.localhost b/.env.localhost index 24011fd..2281248 100644 --- a/.env.localhost +++ b/.env.localhost @@ -1,3 +1,4 @@ MP_API_BASE_URL=http://192.168.60.2:8080 MP_CACHE_PREFIX=development MP_WX_APP_ID=wx93af55767423938e +MP_CORP_ID=wwe3fb2faa52cf9dfb \ No newline at end of file diff --git a/App.vue b/App.vue index 32f7d93..4215f26 100644 --- a/App.vue +++ b/App.vue @@ -36,6 +36,9 @@ page { .relative { position: relative; } +.absolute{ + position: absolute; +} .inline-block { display: inline-block; diff --git a/components/button-footer.vue b/components/button-footer.vue index b2e924f..2677c92 100644 --- a/components/button-footer.vue +++ b/components/button-footer.vue @@ -1,5 +1,5 @@