快乐的梦鱼 1 тиждень тому
батько
коміт
1fabf3d92d

+ 1 - 1
src/pages/discover.vue

@@ -12,7 +12,7 @@
       </template>
     </NavBar>
     <News />
-    <Height :height="180" />
+    <Height :height="140" />
     <Tabbar :current="1" />
   </FlexCol>
 </template>

+ 1 - 1
src/pages/inhert.vue

@@ -12,7 +12,7 @@
       </template>
     </NavBar>
     <Inhert />
-    <Height :height="180" />
+    <Height :height="150" />
     <Tabbar :current="2" />
   </FlexCol>
 </template>

+ 4 - 0
src/pages/introduction/character/details.vue

@@ -56,6 +56,10 @@
             label: '公布批次',
             value: content.batchText,
           },
+          {
+            label: '来源',
+            value: content.from,
+          },
         ]"
       />
     </template>

+ 1 - 0
src/pages/introduction/inhert.vue

@@ -11,6 +11,7 @@
             classNames="width-2-3 mr-2"
             titleColor="title-text"
             fixSize
+            title1
             :key="i"
             :title="item.title"
             :desc="item.desc"

+ 1 - 1
src/pages/travel.vue

@@ -12,7 +12,7 @@
       </template>
     </NavBar>
     <Travel />
-    <Height :height="180" />
+    <Height :height="150" />
     <Tabbar :current="3" />
   </FlexCol>
 </template>