Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
xieyonghong 2023-02-23 10:19:51 +08:00
commit dd3013ee04
2 changed files with 15 additions and 1 deletions

View File

@ -48,10 +48,10 @@
<template #img>
<slot name="img">
<img
style="width: 80px; height: 80px"
:src="
getLogo(slotProps.type, slotProps.provider)
"
class="logo"
/>
</slot>
</template>
@ -429,3 +429,9 @@ const getActions = (
}
};
</script>
<style lang="less" scoped>
.logo {
width: 88px;
height: 88px;
}
</style>

View File

@ -51,6 +51,7 @@
:src="
getLogo(slotProps.type, slotProps.provider)
"
class="logo"
/>
</slot>
</template>
@ -388,3 +389,10 @@ const getActions = (
return actions;
};
</script>
<style lang="less" scoped>
.logo {
width: 88px;
height: 88px;
}
</style>