Преглед на файлове

Merge branch 'master' of http://git.dayaedu.com/lex/classroom-instruments

liushengqiang преди 1 година
родител
ревизия
d71d6a03af
променени са 3 файла, в които са добавени 6 реда и са изтрити 6 реда
  1. BIN
      public/favicon.ico
  2. 1 1
      src/views/natural-resources/index.tsx
  3. 5 5
      src/views/natural-resources/search-group-resources.tsx

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>