@conecli/cone-render 0.8.20-shop.127 → 0.8.20-shop.128

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.
@@ -12,9 +12,10 @@
12
12
  &.d-load-completed {
13
13
  background: none;
14
14
  }
15
- &[mode="heightFix"] > img{
16
- width: auto;
17
- }
15
+ // 暂时注释修复taro中Image组件已高度为准,宽度需要自适应的样式处理,需要调研和埋点上报看下有没有这种使用场景 20241122
16
+ //&[mode="heightFix"] > img{
17
+ // width: auto;
18
+ //}
18
19
  img {
19
20
  display: block;
20
21
  width: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conecli/cone-render",
3
- "version": "0.8.20-shop.127",
3
+ "version": "0.8.20-shop.128",
4
4
  "private": false,
5
5
  "files": [
6
6
  "dist/"