Explorar o código

Merge branch 'master' of http://face3d.4dage.com:7005/chenzhiguang/guangdongVR_museum into master

shaogen1995 %!s(int64=2) %!d(string=hai) anos
pai
achega
86051b465d

+ 1 - 1
code/src/pages/index.js

@@ -14,7 +14,7 @@ let uaInfo = uaParser.getResult()
 //     doBrowserTip()
 import Components from "@/components/UI";
 
-console.log('v20220927.1830');
+console.log('v20220928.1830');
 
 let app = createApp(App)
 app.use(Components).use(infiniteScroll).use(VueMasonryPlugin).use(router).mount('#app')

+ 1 - 1
code/src/pages/mobile.js

@@ -11,6 +11,6 @@ import {VueMasonryPlugin} from 'vue-masonry';
 
 import Components from "@/components/UI";
 
-console.log('v20220927.1830');
+console.log('v20220928.1830');
 
 createApp(App).use(Components).use(infiniteScroll).use(VueMasonryPlugin).use(router).directive('clickoutside', ClickOutSide).mount('#app')

+ 1 - 1
code/src/views/exhibition/exhibition/mobile/collections.vue

@@ -227,7 +227,7 @@ export default {
 
       >li {
         text-align: center;
-        margin: 0 10px;
+        margin: 0 6px;
         cursor: pointer;
 
         &.active {

+ 1 - 1
code/src/views/gdmuseum/exhibition/mobile/collections.vue

@@ -219,7 +219,7 @@ export default {
 
       >li {
         text-align: center;
-        margin: 0 10px;
+        margin: 0 6px;
         cursor: pointer;
 
         &.active {

+ 4 - 1
code/src/views/home/list.vue

@@ -197,9 +197,12 @@ onMounted(() => {
       width: 90%;
       display: flex;
       padding: 10px 0;
-      justify-content: center;
+      justify-content: space-evenly;
       position: absolute;
       bottom: 22px;
+      > li {
+        margin: 0;
+      }
     }
   }