dolphin-weex-ui 2.4.26 → 2.4.28

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": "dolphin-weex-ui",
3
- "version": "2.4.26",
3
+ "version": "2.4.28",
4
4
  "description": "inteligense cross platform frame",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -29,4 +29,7 @@
29
29
  /* line-height: 24px; */
30
30
  color: rgba(255,255,255,0.40);
31
31
  }
32
+ .colmo-icon-indent {
33
+ margin-left: 16px;
34
+ }
32
35
  }
@@ -40,7 +40,7 @@
40
40
 
41
41
  <!-- middle -->
42
42
  <div
43
- :class="['main-container', hasVerticalIndent && 'cell-indent', badgeNum && 'notDot']"
43
+ :class="['main-container', hasVerticalIndent && 'cell-indent', badgeNum && 'notDot', avatarIconFont && _isColmo && 'colmo-icon-indent']"
44
44
  :style="subBorderStyleComp"
45
45
  >
46
46
  <slot name="label">
@@ -868,7 +868,7 @@ export default {
868
868
  } else if (iconSize === 'min') {
869
869
  return 24
870
870
  } else {
871
- return 64
871
+ return 72
872
872
  }
873
873
  },
874
874
  rightTextStyleComp() {