瀏覽代碼

bug fix: 31533 (省博沉浸-移动端)兼容-vivo X30首页、热门展览、精品典藏页面显示异常,需要调整

任一存 2 年之前
父節點
當前提交
0279a8d90f

+ 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;
+      }
     }
   }