Sfoglia il codice sorgente

🎨 按要求修改问题

快乐的梦鱼 1 settimana fa
parent
commit
03d24f3662

+ 5 - 5
src/pages/home/index.vue

@@ -341,15 +341,15 @@ const statsLoader = useSimpleDataLoader(async () => {
 
   return [
     {
-      title: '非物质遗产报你知代表性项目',
+      title: '非物质文化遗产代表性项目',
       datas: projects
     },
     {
-      title: '非物质遗产报你知代表性传承人',
+      title: '非物质文化遗产代表性传承人',
       datas: inheritors
     },
     {
-      title: '非物质遗产报你知传习中心',
+      title: '非物质文化遗产传习中心',
       datas: data.ichCenter.map((item: any) => {
         return {
           title: item.title,
@@ -369,9 +369,9 @@ const statsLoader = useSimpleDataLoader(async () => {
           titleSuffix: '处',
           onClick: () => {
             switch (item.title) {
-              case '世界遗产报你知':
+              case '世界文化遗产':
                 navCommonList({
-                  title: '世界遗产报你知',
+                  title: '世界文化遗产',
                   modelId: 17,
                   mainBodyColumnId: 310
                 });

+ 2 - 2
src/pages/introduction/inhert.vue

@@ -6,10 +6,10 @@
       :width="690"
       :tabs="[
         {
-          text: '非物质遗产报你知',
+          text: '非物质文化遗产',
         },
         {
-          text: '物质遗产报你知',
+          text: '物质文化遗产',
         },
       ]"
     />

+ 2 - 2
src/pages/parts/HomeButton.vue

@@ -1,13 +1,13 @@
 <template>
   <view 
-    class="position-relative d-flex flex-row justify-center align-center radius-base bg-light-light-primary p-1 pt-2 pb-2 gap-xs"
+    class="position-relative d-flex flex-row justify-center align-center radius-base bg-light-light-primary p-1 pt-25 pb-25 gap-xs"
     :style="{
       width: size === 100 ? '100%' : `calc(${size}% - 15rpx)`
     }"
     @click="onClick"
   >
     <Image :src="icon" width="40rpx" height="40rpx" />
-    <text class="size-s color-primary">{{ title }}</text>
+    <text class="size-l color-primary">{{ title }}</text>
     <Image 
       v-if="bg" :src="bg" 
       :width="160"