去掉图片组件默认背景

This commit is contained in:
Jason
2022-09-13 11:42:21 +08:00
parent 52ee8bd1f4
commit ed22fdbb8f
5 changed files with 5 additions and 6 deletions

View File

@@ -40,8 +40,7 @@ const styles = computed<CSSProperties>(() => {
<style lang="scss" scoped>
.el-image {
font-size: 0;
@apply bg-page;
display: block;
.el-image__error {
@apply text-xs;
}