浏览代码

fix: navbar组件icon大小修改

“liqiong-lab” 5 年之前
父节点
当前提交
a444976aaf
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/packages/navbar/demo.vue

+ 2 - 2
src/packages/navbar/demo.vue

@@ -24,7 +24,7 @@
       title="购物车"
       titIcon="locationg3"
       desc="编辑"
-      icon="nut-icon-more1"
+      icon="more-s"
     ></nut-navbar>
 
     <h2>增加tab及右侧按钮</h2>
@@ -61,7 +61,7 @@
       <template #icons>
         <nut-icon
           class="icon"
-          name="nut-icon-more1"
+          name="more-s"
           @on-click-slot-send="morelist"
         ></nut-icon>
       </template>