@conecli/cone-render 0.8.15-alpha.30 → 0.8.15-alpha.32

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.
@@ -52,6 +52,8 @@
52
52
  position: relative;
53
53
  top: 2px;
54
54
  padding-bottom: 2px;
55
+ // 文字titile行高不够被遮盖问题 比如“g”字母
56
+ line-height: 1.3;
55
57
  }
56
58
 
57
59
  .d-vertical-line {
@@ -1 +1 @@
1
- import { View } from '@tarojs/components'
1
+ import { View } from '@tarojs/components'
2
2
  selectContainerId,
3
3
  placeHolderPreContainerId,
4
4
  containerData,
5
5
  children,
6
6
  style,
7
7
  shopTotalInfo,
8
8
  } = props;
9
9
  return children ? children : null;
10
10
  }, [containerData, shopTotalInfo]);
@@ -1 +1 @@
1
- import React from 'react'
1
+ import React from 'react'
2
2
  containerIndex?: number
3
3
  containerData?: any
4
4
  shopTotalInfo?: any
5
5
  selectContainerFn?: Function
6
6
  selectContainerId?: string
7
7
  placeHolderPreContainerId?: string
8
8
  children?: any
9
9
  style?: {
10
10
  [key: string]: any
11
11
  };
12
12
  layoutLeftRightMargin?: number
13
13
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conecli/cone-render",
3
- "version": "0.8.15-alpha.30",
3
+ "version": "0.8.15-alpha.32",
4
4
  "private": false,
5
5
  "files": [
6
6
  "dist/"