@@ -39,7 +39,7 @@ export default {
border-radius: 4rpx;
color: #ff457b;
font-size: 22rpx;
- width: 250rpx;
+ max-width: 250rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
@@ -51,7 +51,7 @@ export default {
@@ -465,6 +465,14 @@ export default {
}
</script>
+<style lang="scss">
+.section.detail {
+ image {
+ display: block;
+ }
+}
+</style>
+
<style lang="scss" scoped>
.product-detail {
min-height: 100vh;