Akiraka 1 anno fa
parent
commit
fa556ed3cc

+ 1 - 1
src/views/admin/dict/data.vue

@@ -10,7 +10,7 @@
         </template>
         <template #avatar>
           <div style="border-radius: 100px 0 100px 100px; background-color: #eff4f9; padding: 6px;">
-            <Iconify icon="fluent-mdl2:dictionary" style="color: black;" width="48" height="48" />
+            <Iconify icon="arcticons:colordict" style="color: black;" width="48" height="48" />
           </div>
         </template>
       </a-list-item-meta>

+ 1 - 1
src/views/admin/dict/index.vue

@@ -10,7 +10,7 @@
         </template>
         <template #avatar>
           <div style="border-radius: 100px 0 100px 100px; background-color: #eff4f9; padding: 6px;">
-            <Iconify icon="fluent-mdl2:dictionary" style="color: black;" width="48" height="48" />
+            <Iconify icon="arcticons:colordict" style="color: black;" width="48" height="48" />
           </div>
         </template>
       </a-list-item-meta>

+ 1 - 1
src/views/admin/sys-dept/index.vue

@@ -10,7 +10,7 @@
         </template>
         <template #avatar>
           <div style="border-radius: 100px 0 100px 100px; background-color: #eff4f9; padding: 6px;">
-            <Iconify icon="uim:web-section" style="color: black;" width="48" height="48" />
+            <Iconify icon="uil:window-section" style="color: black;" width="48" height="48" />
           </div>
         </template>
       </a-list-item-meta>

+ 1 - 1
src/views/admin/sys-menu/index.vue

@@ -10,7 +10,7 @@
         </template>
         <template #avatar>
           <div style="border-radius: 100px 0 100px 100px; background-color: #eff4f9; padding: 6px;">
-            <Iconify icon="teenyicons:menu-outline" style="color: black;" width="48" height="48" />
+            <Iconify icon="ic:baseline-menu-open" style="color: black;" width="48" height="48" />
           </div>
         </template>
       </a-list-item-meta>