Browse Source

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

夜鹰 1 year ago
parent
commit
9d7b5edeeb
1 changed files with 1 additions and 1 deletions
  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: {