|
|
@@ -48,7 +48,7 @@ const props = defineProps({
|
|
|
// 图标大小
|
|
|
iconSize: {
|
|
|
type: Number,
|
|
|
- default: 80
|
|
|
+ default: 88
|
|
|
},
|
|
|
// 图标颜色
|
|
|
iconColor: {
|
|
|
@@ -98,8 +98,8 @@ const containerStyle = computed(() => {
|
|
|
|
|
|
const iconBoxStyle = computed(() => {
|
|
|
return {
|
|
|
- width: (props.iconSize * 1.5 / 2) + 'px',
|
|
|
- height: (props.iconSize * 1.5 / 2) + 'px'
|
|
|
+ width: (88 ) + 'px',
|
|
|
+ height: (78) + 'px'
|
|
|
}
|
|
|
})
|
|
|
|