jufubao-mall 2.0.7 → 2.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-mall",
3
- "version": "2.0.7",
3
+ "version": "2.0.8",
4
4
  "private": false,
5
5
  "description": "聚福宝商城业务组件插件包",
6
6
  "main": "index.js",
@@ -816,7 +816,7 @@ export default {
816
816
  }
817
817
  }
818
818
  .no_image_name {
819
- max-width: 120px;
819
+ max-width: 100%;
820
820
  overflow: hidden;
821
821
  text-overflow: ellipsis;
822
822
  white-space: nowrap;
@@ -741,7 +741,7 @@ export default {
741
741
  }
742
742
  }
743
743
  .no_image_name {
744
- max-width: 120px;
744
+ max-width: 100%;
745
745
  overflow: hidden;
746
746
  text-overflow: ellipsis;
747
747
  white-space: nowrap;