lex 1 year ago
parent
commit
96c847ecb3

BIN
public/favicon.ico


+ 1 - 1
src/views/natural-resources/index.tsx

@@ -13,7 +13,7 @@ export default defineComponent({
       pagination: {
         page: 1,
         rows: 10,
-        pageTotal: 0
+        pageTotal: 4
       },
       tableList: [] as any
     });

+ 5 - 5
src/views/natural-resources/search-group-resources.tsx

@@ -16,19 +16,19 @@ export default defineComponent({
       <div class={styles.searchGroup}>
         <div class={styles.searchCatatory}>
           <NSpace size="small" class={styles.btnType}>
-            <NButton type="primary" round size="small">
+            <NButton type="primary" round size="small" focusable={false}>
               全部
             </NButton>
-            <NButton secondary round size="small">
+            <NButton secondary round size="small" focusable={false}>
               乐谱
             </NButton>
-            <NButton secondary round size="small">
+            <NButton secondary round size="small" focusable={false}>
               图片
             </NButton>
-            <NButton secondary round size="small">
+            <NButton secondary round size="small" focusable={false}>
               音频
             </NButton>
-            <NButton secondary round size="small">
+            <NButton secondary round size="small" focusable={false}>
               视频
             </NButton>
           </NSpace>