ChenYangfan 6 лет назад
Родитель
Сommit
2e252d86f5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/components/Basic/IconButton.vue

+ 1 - 1
src/components/Basic/IconButton.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="icon-button" :class="classList" :title="title ? title : ''" @click="$emit('click')" :style="style">
-    <c-icon :theme="theme" :bold="!noBold" :size="size ? size / 1.6 - 6 : 26">
+    <c-icon :theme="theme" :bold="!noBold" :size="size ? size / 1.4 - 4 : 26">
       <slot></slot>
     </c-icon>
     <ripple></ripple>