更新v1.5

This commit is contained in:
kele
2022-12-07 18:42:08 +08:00
parent d4418f23c2
commit 2e55927d2e
8 changed files with 138 additions and 38 deletions
+1
View File
@@ -83,6 +83,7 @@
const customStyle = computed(() => {
return {
height: (props.height || state.imgHeight) + 'rpx',
width: props.width + 'rpx',
borderRadius: props.radius ? props.radius + 'rpx' : '',
};
});