【优化】优化后台富文本保存商品详情,前端图片之间存在白色间隔的问题。

This commit is contained in:
JianWeie
2022-05-20 15:35:40 +08:00
parent f973854d98
commit a46772fd87
5 changed files with 7 additions and 2 deletions

View File

@@ -927,5 +927,6 @@
}, },
}; };
</script> </script>
<style lang="scss" scoped> <style lang="scss">
image { display: block; }
</style> </style>

View File

@@ -1142,4 +1142,5 @@
</script> </script>
<style lang="scss"> <style lang="scss">
@import "details.scss"; @import "details.scss";
image { display: block; }
</style> </style>

View File

@@ -932,4 +932,5 @@
</script> </script>
<style lang="scss"> <style lang="scss">
.buyBtn { height: 37px; width: 90%; } .buyBtn { height: 37px; width: 90%; }
image { display: block; }
</style> </style>

View File

@@ -385,5 +385,6 @@
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss">
image { display: block; }
</style> </style>

View File

@@ -1045,4 +1045,5 @@
} }
</script> </script>
<style lang="scss"> <style lang="scss">
image { display: block; }
</style> </style>