Ver código fonte

优化图标选择组件,图标显示模糊问题

夜鹰 10 meses atrás
pai
commit
9d7b5edeeb
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Web/src/components/svgIcon/index.vue

+ 1 - 1
Web/src/components/svgIcon/index.vue

@@ -20,7 +20,7 @@ const props = defineProps({
 	// svg 大小
 	size: {
 		type: Number,
-		default: () => 14,
+		default: () => 16,
 	},
 	// svg 颜色
 	color: {