style: 通知管理列表卡片图表宽高统一
This commit is contained in:
parent
afdef48c20
commit
9678a2512a
|
@ -48,10 +48,10 @@
|
||||||
<template #img>
|
<template #img>
|
||||||
<slot name="img">
|
<slot name="img">
|
||||||
<img
|
<img
|
||||||
style="width: 80px; height: 80px"
|
|
||||||
:src="
|
:src="
|
||||||
getLogo(slotProps.type, slotProps.provider)
|
getLogo(slotProps.type, slotProps.provider)
|
||||||
"
|
"
|
||||||
|
class="logo"
|
||||||
/>
|
/>
|
||||||
</slot>
|
</slot>
|
||||||
</template>
|
</template>
|
||||||
|
@ -429,3 +429,9 @@ const getActions = (
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
<style lang="less" scoped>
|
||||||
|
.logo {
|
||||||
|
width: 88px;
|
||||||
|
height: 88px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
|
@ -51,6 +51,7 @@
|
||||||
:src="
|
:src="
|
||||||
getLogo(slotProps.type, slotProps.provider)
|
getLogo(slotProps.type, slotProps.provider)
|
||||||
"
|
"
|
||||||
|
class="logo"
|
||||||
/>
|
/>
|
||||||
</slot>
|
</slot>
|
||||||
</template>
|
</template>
|
||||||
|
@ -388,3 +389,10 @@ const getActions = (
|
||||||
return actions;
|
return actions;
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style lang="less" scoped>
|
||||||
|
.logo {
|
||||||
|
width: 88px;
|
||||||
|
height: 88px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue